Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ WithFilter
Function
WithFilter
cli/clilog/clilog.go:43–47 ·
view source on GitHub ↗
(filters ...string)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
WithFilter(filters ...string) Option {
44
return
func
(b *Builder) {
45
b.Filter = filters
46
}
47
}
48
49
func
WithHuman(loc string) Option {
50
return
func
(b *Builder) {
Callers
2
TestBuilder
Function · 0.92
provisionerDaemonStart
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestBuilder
Function · 0.74