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

Function WithJSON

cli/clilog/clilog.go:55–59  ·  view source on GitHub ↗
(loc string)

Source from the content-addressed store, hash-verified

53}
54
55func WithJSON(loc string) Option {
56 return func(b *Builder) {
57 b.JSON = loc
58 }
59}
60
61func WithStackdriver(loc string) Option {
62 return func(b *Builder) {

Callers 2

TestBuilderFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestBuilderFunction · 0.74