MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Name

Method Name

common/containers/container.go:87–92  ·  view source on GitHub ↗

Name returns the fully-qualified name of the container. The name may conceptually be a namespace, package, or type.

()

Source from the content-addressed store, hash-verified

85//
86// The name may conceptually be a namespace, package, or type.
87func (c *Container) Name() string {
88 if c == nil {
89 return ""
90 }
91 return c.name
92}
93
94// ResolveCandidateNames returns the candidates name of namespaced identifiers in C++ resolution
95// order.

Callers 2

ExtendMethod · 0.95
ResolveCandidateNamesMethod · 0.95

Implementers 7

baseMapcommon/types/map.go
protoMapcommon/types/map.go
proxyLegacyMapcommon/types/map_test.go
proxyLegacyListcommon/types/list_test.go
Unknowncommon/types/unknown.go
baseListcommon/types/list.go
concatListcommon/types/list.go

Calls

no outgoing calls

Tested by

no test coverage detected