Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ fakeReq
Struct
fakeReq
plugin/rpc/fakecommand/fake_command1.go:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
type
fakeReq
struct
{
54
ui terminal.UI
55
}
56
57
func
(f fakeReq) Execute() error {
58
f.ui.Say(
"Requirement executed"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected