Documentation ¶
Overview ¶
Package render provides functions to build a inter-procedural dataflow graph. This is used to render the graph in a GraphViz format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CrossFunctionGraphVisitor ¶
type CrossFunctionGraphVisitor struct{}
CrossFunctionGraphVisitor represents a visitor that builds the state's FlowGraph.
func (CrossFunctionGraphVisitor) Visit ¶
func (v CrossFunctionGraphVisitor) Visit(c *dataflow.State, entrypoint dataflow.NodeWithTrace)
Visit is a SourceVisitor that builds adds edges between the individual intra-procedural dataflow graphs reachable from source. This visitor must be called for every entrypoint in the program to build a complete dataflow graph.
Click to show internal directories.
Click to hide internal directories.