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

Function normalizeNamespace

commands/util.go:923–929  ·  view source on GitHub ↗
(namespace string)

Source from the content-addressed store, hash-verified

921}
922
923func normalizeNamespace(namespace string) string {
924 if namespace == "_" {
925 namespace = wski18n.T("default")
926 }
927
928 return namespace
929}
930
931func getClientNamespace() string {
932 return normalizeNamespace(Client.Config.Namespace)

Callers 1

getClientNamespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected