CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Member predicate ModelInput::TypeModelCsv::row

Holds if row specifies a type definition.

A row of form,

type1;type2;path

indicates that (type2, path) should be seen as an instance of type1.

predicate row(string row)