// generated by codegen, do not edit import codeql.rust.elements import TestUtils query predicate instances( Comment x, string getParent__label, AstNode getParent, string getText__label, string getText ) { toBeTested(x) and not x.isUnknown() and getParent__label = "getParent:" and getParent = x.getParent() and getText__label = "getText:" and getText = x.getText() }