Files
codeql/go/ql/test/extractor-tests/go-mod-comments/commentGroups.ql
2022-05-20 10:07:19 -07:00

6 lines
101 B
Plaintext

import go
from File f, CommentGroup cg, int idx
where cg = f.getCommentGroup(idx)
select f, idx, cg