Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
61
func
WithStackdriver(loc string) Option {
62
return
func
(b *Builder) {
63
b.Stackdriver = loc
64
}
65
}
66
67
func
WithTrace() Option {
68
return
func
(b *Builder) {
Callers
1
provisionerDaemonStart
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected