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