Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ theFirstCmd
Function
theFirstCmd
fixtures/plugins/test_1/test_1.go:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
func
theFirstCmd() {
119
fmt.Println(
"You called cmd1 in test_1"
)
120
}
121
122
func
theSecondCmd() {
123
fmt.Println(
"You called cmd2 in test_1"
)
Callers
1
Run
Method · 0.70
Calls
1
Println
Method · 0.65
Tested by
no test coverage detected