Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
73
func
WithVerbose() Option {
74
return
func
(b *Builder) {
75
b.Verbose = true
76
}
77
}
78
79
func
FromDeploymentValues(vals *codersdk.DeploymentValues) Option {
80
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