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

Module GraphExport

Module for exporting an arbitrary graph as models-as-data rows.

Import path

import codeql.mad.dynamic.GraphExport

Predicates

pathToNode

Holds if (type, path) resolves to node in the exported graph.

summaryModel

Holds if type, path, input, output, kind should be emitted as a summary row.

typeModel

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

Parameters