| 326 | } |
| 327 | |
| 328 | type exprHelper struct { |
| 329 | *parserHelper |
| 330 | id int64 |
| 331 | } |
| 332 | |
| 333 | func (e *exprHelper) nextMacroID() int64 { |
| 334 | return e.parserHelper.id(e.parserHelper.getLocation(e.id)) |
nothing calls this directly
no outgoing calls
no test coverage detected