MCPcopy 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
43func WithFilter(filters ...string) Option {
44 return func(b *Builder) {
45 b.Filter = filters
46 }
47}
48
49func WithHuman(loc string) Option {
50 return func(b *Builder) {

Callers 2

TestBuilderFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestBuilderFunction · 0.74