mirror of
https://github.com/github/codeql.git
synced 2026-07-23 04:02:07 +02:00
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
import unified
|
|
|
|
query predicate comments(Comment c, string text) { text = c.getCommentText() }
|