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

Function WithVerbose

cli/clilog/clilog.go:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func WithVerbose() Option {
74 return func(b *Builder) {
75 b.Verbose = true
76 }
77}
78
79func FromDeploymentValues(vals *codersdk.DeploymentValues) Option {
80 return func(b *Builder) {

Callers 2

TestBuilderFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestBuilderFunction · 0.74