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

Function GetTestActionFilename

tests/src/integration/common/utils.go:113–115  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

111}
112
113func GetTestActionFilename(fileName string) string {
114 return GetRepoPath() + "/tests/src/dat/" + fileName
115}
116
117func GetRepoPath() string {
118 return os.Getenv("GOPATH") + "/src/github.com/apache/openwhisk-cli"

Callers 2

command_test.goFile · 0.92

Calls 1

GetRepoPathFunction · 0.85

Tested by 1