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

Struct navigableEntryImpl

common/ast/navigable.go:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499type navigableEntryImpl struct {
500 key NavigableExpr
501 val NavigableExpr
502 isOpt bool
503}
504
505func (e navigableEntryImpl) Kind() EntryExprKind {
506 return MapEntryKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected