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:809–814 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
807
}
808
809
func
(e *baseMapEntry) Key() Expr {
810
if
e == nil {
811
return
nilExpr
812
}
813
return
e.key
814
}
815
816
func
(e *baseMapEntry) Value() Expr {
817
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected