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

Function getClientNamespace

commands/util.go:931–933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

929}
930
931func getClientNamespace() string {
932 return normalizeNamespace(Client.Config.Namespace)
933}
934
935func ReadFile(filename string) (string, error) {
936 exists, err := FileExists(filename)

Callers 6

activation.goFile · 0.85
rule.goFile · 0.85
package.goFile · 0.85
trigger.goFile · 0.85
actionListErrorFunction · 0.85
namespace.goFile · 0.85

Calls 1

normalizeNamespaceFunction · 0.85

Tested by

no test coverage detected