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

Struct baseMapEntry

common/ast/expr.go:799–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799type baseMapEntry struct {
800 key Expr
801 value Expr
802 isOptional bool
803}
804
805func (e *baseMapEntry) Kind() EntryExprKind {
806 return MapEntryKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected