Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ init
Function
init
cf/commands/api.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
init() {
24
commandregistry.Register(API{})
25
}
26
27
func
(cmd API) MetaData() commandregistry.CommandMetadata {
28
fs := make(
map
[string]flags.FlagSet)
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected