MCPcopy
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
44func theFirstCmd() {
45 fmt.Println("You called cmd1 in test_2")
46}
47
48func theSecondCmd() {
49 fmt.Println("You called cmd2 in test_2")

Callers 1

RunMethod · 0.70

Calls 1

PrintlnMethod · 0.65

Tested by

no test coverage detected