(id int64)
| 185 | } |
| 186 | |
| 187 | func (p *parserHelper) getLocation(id int64) common.Location { |
| 188 | return p.sourceInfo.GetStartLocation(id) |
| 189 | } |
| 190 | |
| 191 | func (p *parserHelper) getLocationByOffset(offset int32) common.Location { |
| 192 | return p.getSourceInfo().GetLocationByOffset(offset) |
no test coverage detected