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

Method GetPackageName

commands/qualified_name.go:58–60  ·  view source on GitHub ↗

GetPackageName() returns the package name from qualifiedName without a leading '/'

()

Source from the content-addressed store, hash-verified

56// GetPackageName() returns the package name from qualifiedName without a
57// leading '/'
58func (qualifiedName *QualifiedName) GetPackageName() string {
59 return qualifiedName.packageName
60}
61
62// GetEntityName() returns the entity name ([package/]entity) of qualifiedName
63// without 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