Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ WithHuman
Function
WithHuman
cli/clilog/clilog.go:49–53 ·
view source on GitHub ↗
(loc string)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
WithHuman(loc string) Option {
50
return
func
(b *Builder) {
51
b.Human = loc
52
}
53
}
54
55
func
WithJSON(loc string) Option {
56
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