MCPcopy 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
49func WithHuman(loc string) Option {
50 return func(b *Builder) {
51 b.Human = loc
52 }
53}
54
55func WithJSON(loc string) Option {
56 return func(b *Builder) {

Callers 2

TestBuilderFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestBuilderFunction · 0.74