Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
func
WithJSON(loc string) Option {
56
return
func
(b *Builder) {
57
b.JSON = loc
58
}
59
}
60
61
func
WithStackdriver(loc string) Option {
62
return
func
(b *Builder) {
Callers
2
TestBuilder
Function · 0.92
provisionerDaemonStart
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestBuilder
Function · 0.74