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