| 835 | func (*baseMapEntry) isEntryExpr() {} |
| 836 | |
| 837 | type baseStructField struct { |
| 838 | field string |
| 839 | value Expr |
| 840 | isOptional bool |
| 841 | } |
| 842 | |
| 843 | func (f *baseStructField) Kind() EntryExprKind { |
| 844 | return StructFieldKind |
nothing calls this directly
no outgoing calls
no test coverage detected