MCPcopy Index your code
hub / github.com/cloudfoundry/cli / init

Function init

cf/commands/ssh_code.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func init() {
31 commandregistry.Register(&OneTimeSSHCode{})
32}
33
34func (cmd *OneTimeSSHCode) MetaData() commandregistry.CommandMetadata {
35 return commandregistry.CommandMetadata{

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected