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

Function WithStackdriver

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

Source from the content-addressed store, hash-verified

59}
60
61func WithStackdriver(loc string) Option {
62 return func(b *Builder) {
63 b.Stackdriver = loc
64 }
65}
66
67func WithTrace() Option {
68 return func(b *Builder) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected