CodeQL library for Go
codeql/go-all 6.0.1-dev (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)