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

Struct baseStructExpr

common/ast/expr.go:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728func (*baseSelectExpr) isExpr() {}
729
730type baseStructExpr struct {
731 typeName string
732 fields []EntryExpr
733}
734
735func (*baseStructExpr) Kind() ExprKind {
736 return StructKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected