(id int64)
| 181 | } |
| 182 | |
| 183 | func (p *parserHelper) getLocation(id int64) common.Location { |
| 184 | return p.sourceInfo.GetStartLocation(id) |
| 185 | } |
| 186 | |
| 187 | func (p *parserHelper) getLocationByOffset(offset int32) common.Location { |
| 188 | return p.getSourceInfo().GetLocationByOffset(offset) |
no test coverage detected