Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ theFirstCmd
Function
theFirstCmd
fixtures/plugins/test_2/test_2.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
theFirstCmd() {
45
fmt.Println(
"You called cmd1 in test_2"
)
46
}
47
48
func
theSecondCmd() {
49
fmt.Println(
"You called cmd2 in test_2"
)
Callers
1
Run
Method · 0.70
Calls
1
Println
Method · 0.65
Tested by
no test coverage detected