(idGen IDGenerator)
| 683 | } |
| 684 | |
| 685 | func (e *baseMapExpr) renumberIDs(idGen IDGenerator) { |
| 686 | for _, entry := range e.Entries() { |
| 687 | entry.RenumberIDs(idGen) |
| 688 | } |
| 689 | } |
| 690 | |
| 691 | func (*baseMapExpr) isExpr() {} |
| 692 |
nothing calls this directly
no test coverage detected