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

Struct baseMapExpr

common/ast/expr.go:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664func (*baseListExpr) isExpr() {}
665
666type baseMapExpr struct {
667 entries []EntryExpr
668}
669
670func (*baseMapExpr) Kind() ExprKind {
671 return MapKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected