MCPcopy 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
809func (e *baseMapEntry) Key() Expr {
810 if e == nil {
811 return nilExpr
812 }
813 return e.key
814}
815
816func (e *baseMapEntry) Value() Expr {
817 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected