(idGen IDGenerator)
| 828 | } |
| 829 | |
| 830 | func (e *baseMapEntry) renumberIDs(idGen IDGenerator) { |
| 831 | e.Key().RenumberIDs(idGen) |
| 832 | e.Value().RenumberIDs(idGen) |
| 833 | } |
| 834 | |
| 835 | func (*baseMapEntry) isEntryExpr() {} |
| 836 |
nothing calls this directly
no test coverage detected