Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ init
Function
init
cf/commands/login.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
init() {
36
commandregistry.Register(&Login{})
37
}
38
39
func
(cmd *Login) MetaData() commandregistry.CommandMetadata {
40
fs := make(
map
[string]flags.FlagSet)
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected