This is the main function to produce the dataflow graph from a given request and normalized AST.
Note, that this requires knowledge of the active parser in case the dataflow analysis uncovers other files that have to be parsed and integrated into the analysis
(e.g., in the event of a source call).
For the actual, canonical fold entry point, see processDataflowFor.
This is the main function to produce the dataflow graph from a given request and normalized AST. Note, that this requires knowledge of the active parser in case the dataflow analysis uncovers other files that have to be parsed and integrated into the analysis (e.g., in the event of a
source
call). For the actual, canonical fold entry point, see processDataflowFor.