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

Method GetEntity

commands/qualified_name.go:69–71  ·  view source on GitHub ↗

GetEntity() returns the name of entity in qualifiedName without a leading '/'

()

Source from the content-addressed store, hash-verified

67
68// GetEntity() returns the name of entity in qualifiedName without a leading '/'
69func (qualifiedName *QualifiedName) GetEntity() string {
70 return qualifiedName.entity
71}
72
73// GetNamespace() returns the name of the namespace in qualifiedName without
74// a leading '/'

Callers 4

GetFullQualifiedNameMethod · 0.95
parseApiFunction · 0.80
NewQualifiedNameFunction · 0.80
action.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected