Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ FakeCommand3
Struct
FakeCommand3
plugin/rpc/fakecommand/fake_command3.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
FakeCommand3
struct
{
10
Data string
11
}
12
13
func
init() {
14
commandregistry.Register(FakeCommand3{Data:
"FakeCommand3 data"
})
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected