| 497 | } |
| 498 | |
| 499 | type navigableEntryImpl struct { |
| 500 | key NavigableExpr |
| 501 | val NavigableExpr |
| 502 | isOpt bool |
| 503 | } |
| 504 | |
| 505 | func (e navigableEntryImpl) Kind() EntryExprKind { |
| 506 | return MapEntryKind |
nothing calls this directly
no outgoing calls
no test coverage detected