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

Predicate GraphExport::typeModel

Holds if type1, type2, path should be emitted as a type row.

That is, (type2, path) leads to an value belonging to type1.

Import path

import codeql.mad.dynamic.GraphExport
predicate typeModel(string type1, string type2, string path)