MCPcopy 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
118func theFirstCmd() {
119 fmt.Println("You called cmd1 in test_1")
120}
121
122func theSecondCmd() {
123 fmt.Println("You called cmd2 in test_1")

Callers 1

RunMethod · 0.70

Calls 1

PrintlnMethod · 0.65

Tested by

no test coverage detected