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

Struct navigableEntryImpl

common/ast/navigable.go:476–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476type navigableEntryImpl struct {
477 key NavigableExpr
478 val NavigableExpr
479 isOpt bool
480}
481
482func (e navigableEntryImpl) Kind() EntryExprKind {
483 return MapEntryKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected