// generated by codegen, do not edit import codeql.rust.elements import TestUtils query predicate instances(Abi x) { toBeTested(x) and not x.isUnknown() } query predicate getAbiString(Abi x, string getAbiString) { toBeTested(x) and not x.isUnknown() and getAbiString = x.getAbiString() }