Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
func
New(opts ...Option) *Builder {
36
b := &Builder{}
37
for
_, opt :=
range
opts {
38
opt(b)
39
}
40
return
b
41
}
42
43
func
WithFilter(filters ...string) Option {
44
return
func
(b *Builder) {
Callers
4
Server
Method · 0.92
testHandler
Function · 0.92
provisionerDaemonStart
Method · 0.92
proxyServer
Method · 0.92
Calls
no outgoing calls
Tested by
1
testHandler
Function · 0.74