MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / GetRepoPath

Function GetRepoPath

tests/src/integration/common/utils.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func GetRepoPath() string {
118 return os.Getenv("GOPATH") + "/src/github.com/apache/openwhisk-cli"
119}
120
121func GetBinPath() string {
122 _, goFileName, _, _ := runtime.Caller(1)

Callers 3

command_test.goFile · 0.92
GetTestActionFilenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected