Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
func
GetRepoPath() string {
118
return
os.Getenv(
"GOPATH"
) +
"/src/github.com/apache/openwhisk-cli"
119
}
120
121
func
GetBinPath() string {
122
_, goFileName, _, _ := runtime.Caller(1)
Callers
3
integration_test.go
File · 0.92
command_test.go
File · 0.92
GetTestActionFilename
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected