Formal used as argument to a function call
The edge determines that the source calls the target
The edge determines that source is defined by target
Inverse of defines-on-call
currently only needed to get better results when slicing complex function calls
The edge determines that source (probably argument) defines the target (probably parameter), currently automatically created by addEdge
The Edge determines that the reference is affected by a non-standard evaluation (e.g., a for-loop body or a quotation)
The edge determines that source reads target
The source returns target on call
The edge determines that the source is a side effect that happens when the target is called
Represents the relationship between the source and the target vertex in the dataflow graph. The actual value is represented as a bitmask so use edgeTypesToNames to get something more human-readable. Similarly, you can access EdgeTypeName to access the name counterpart.