-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide consistent concept for DFG/EOG for Overlay nodes #1994
Comments
Summary of today's discussion: DFG and EOG edges
graph TD
FileRead["Operation[FileRead]"]
CallExpr["CallExpression[read]"]
FileRead -->|DFG| CallExpr
Deciding if all paths contain a required
|
Predicate Evaluation on Overlay NodesMy Idea was to look at all our functions that search for a node along a path, given a predicate |
@konradweiss will implement the DFG granularities |
We decided to have a property in the edge for this and this is currently used to differentiate the edges. Closing this for now. |
We need a consistent concept for
ConceptGranularity
to have a "concept-world" DFG edgeThe text was updated successfully, but these errors were encountered: