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

Struct navigableFieldImpl

common/ast/navigable.go:566–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566type navigableFieldImpl struct {
567 name string
568 val NavigableExpr
569 isOpt bool
570}
571
572func (f navigableFieldImpl) Kind() EntryExprKind {
573 return StructFieldKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected