Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
931
func
getClientNamespace() string {
932
return
normalizeNamespace(Client.Config.Namespace)
933
}
934
935
func
ReadFile(filename string) (string, error) {
936
exists, err := FileExists(filename)
Callers
6
activation.go
File · 0.85
rule.go
File · 0.85
package.go
File · 0.85
trigger.go
File · 0.85
actionListError
Function · 0.85
namespace.go
File · 0.85
Calls
1
normalizeNamespace
Function · 0.85
Tested by
no test coverage detected