Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/openwhisk-cli
/ NewWsk
Function
NewWsk
tests/src/integration/common/wsk.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
NewWsk() *Wsk {
36
return
NewWskWithPath(GetBinPath())
37
}
38
39
func
NewWskWithPath(path string) *Wsk {
40
var
dep Wsk
Callers
2
integration_test.go
File · 0.92
command_test.go
File · 0.92
Calls
2
NewWskWithPath
Function · 0.85
GetBinPath
Function · 0.85
Tested by
no test coverage detected