| 474 | } |
| 475 | |
| 476 | type navigableEntryImpl struct { |
| 477 | key NavigableExpr |
| 478 | val NavigableExpr |
| 479 | isOpt bool |
| 480 | } |
| 481 | |
| 482 | func (e navigableEntryImpl) Kind() EntryExprKind { |
| 483 | return MapEntryKind |
nothing calls this directly
no outgoing calls
no test coverage detected