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

Method AliasSet

common/containers/container.go:137–142  ·  view source on GitHub ↗

AliasSet returns the alias to fully-qualified name mapping stored in the container.

()

Source from the content-addressed store, hash-verified

135
136// AliasSet returns the alias to fully-qualified name mapping stored in the container.
137func (c *Container) AliasSet() map[string]string {
138 if c == nil || c.aliases == nil {
139 return noAliases
140 }
141 return c.aliases
142}
143
144// findAlias takes a name as input and returns an alias expansion if one exists.
145//

Callers 5

ExtendMethod · 0.95
findAliasMethod · 0.95
ToConfigMethod · 0.80
aliasAsFunction · 0.80

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 1