MCPcopy Index your code
hub / github.com/coder/coder / New

Function New

cli/clilog/clilog.go:35–41  ·  view source on GitHub ↗
(opts ...Option)

Source from the content-addressed store, hash-verified

33)
34
35func New(opts ...Option) *Builder {
36 b := &Builder{}
37 for _, opt := range opts {
38 opt(b)
39 }
40 return b
41}
42
43func WithFilter(filters ...string) Option {
44 return func(b *Builder) {

Callers 4

ServerMethod · 0.92
testHandlerFunction · 0.92
proxyServerMethod · 0.92

Calls

no outgoing calls

Tested by 1

testHandlerFunction · 0.74