Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ Build
Method
Build
cmd/commandfactory.go:22–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(f *rootCommandFactory) Build() *cobra.Command {
23
o := f.constructor()
24
for
_, v :=
range
f.options {
25
v(o)
26
}
27
return
o
28
}
Callers
2
TestCommandsAreAvailable
Function · 0.80
Main
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestCommandsAreAvailable
Function · 0.64