MCPcopy 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
35func NewWsk() *Wsk {
36 return NewWskWithPath(GetBinPath())
37}
38
39func NewWskWithPath(path string) *Wsk {
40 var dep Wsk

Callers 2

command_test.goFile · 0.92

Calls 2

NewWskWithPathFunction · 0.85
GetBinPathFunction · 0.85

Tested by

no test coverage detected