Files
codeql/unified/ql/test/library-tests/comments/comments.ql
2026-06-12 16:36:33 +02:00

4 lines
95 B
Plaintext

import unified
query predicate comments(Comment c, string text) { text = c.getCommentText() }