Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Key
Method
Key
common/ast/expr.go:227–227 ·
view source on GitHub ↗
Key returns the map entry key expression.
()
Source
from the content-addressed store, hash-verified
225
type
MapEntry
interface
{
226
// Key returns the map entry key expression.
227
Key() Expr
228
229
// Value returns the map entry value expression.
230
Value() Expr
Callers
15
VisitEntryExpr
Method · 0.65
planCreateMap
Method · 0.65
prune
Method · 0.65
visit
Function · 0.65
costCreateMap
Method · 0.65
checkCreateMap
Method · 0.65
visitStructMap
Method · 0.65
Copy
Method · 0.65
verifyString
Method · 0.65
verifyString
Method · 0.65
convertToCelType
Function · 0.65
isSupportedType
Function · 0.65
Implementers
2
baseMapEntry
common/ast/expr.go
navigableEntryImpl
common/ast/navigable.go
Calls
no outgoing calls
Tested by
3
TestMap
Function · 0.52
TestMapEntryNil
Function · 0.52
TestNavigableMapExpr
Function · 0.52