offset is the current global offset into the original source code of the Pushup file. nolint:unused
()
| 1052 | // |
| 1053 | //nolint:unused |
| 1054 | func (p *codeParser) offset() int { |
| 1055 | return p.parser.offset |
| 1056 | } |
| 1057 | |
| 1058 | // tokenOffset is the global offset into the original source code for this token. |
| 1059 | func (p *codeParser) tokenOffset(tok goToken) int { |
nothing calls this directly
no outgoing calls
no test coverage detected