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

Struct baseStructField

common/ast/expr.go:837–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835func (*baseMapEntry) isEntryExpr() {}
836
837type baseStructField struct {
838 field string
839 value Expr
840 isOptional bool
841}
842
843func (f *baseStructField) Kind() EntryExprKind {
844 return StructFieldKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected