| 564 | } |
| 565 | |
| 566 | type navigableFieldImpl struct { |
| 567 | name string |
| 568 | val NavigableExpr |
| 569 | isOpt bool |
| 570 | } |
| 571 | |
| 572 | func (f navigableFieldImpl) Kind() EntryExprKind { |
| 573 | return StructFieldKind |
nothing calls this directly
no outgoing calls
no test coverage detected