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

Member predicate ModelInput::TypeVariableModelCsv::row

Holds if row specifies a path through a type variable.

A row of form,

name;path

means path can be substituted for a token TypeVar[name].

predicate row(string row)