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

Member predicate ModelInput::SummaryModelCsv::row

Holds if row specifies a summary definition.

A row of form

type;path;input;output;kind

indicates that for each call to (type, path), the value referred to by input can flow to the value referred to by output.

kind should be either value or taint, for value-preserving or taint-preserving steps, respectively.

predicate row(string row)