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