CodeQL library for Go
codeql/go-all 0.7.12 (changelog, source)
Search

Member predicate GoModLineBlock::getRawToken

Gets the ith token of this line block, 0-based.

Usually one should not have to use this, as GoModLine.getToken(0) will get the token from its parent line block, if any.

string getRawToken(int i)