// generated by codegen, do not edit import codeql.rust.elements import TestUtils from Abi x, string hasAbiString where toBeTested(x) and not x.isUnknown() and if x.hasAbiString() then hasAbiString = "yes" else hasAbiString = "no" select x, "hasAbiString:", hasAbiString