Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 5:
== Definition ==
A code property graph of a program is a graph representation of the program obtained by merging its [[abstract syntax tree]]s (AST), [[
== Example ==
Line 20:
</syntaxhighlight>
The code property graph of the function is obtained by merging its abstract syntax tree, control
[[File:CodePropertyGraph.png|700px|Code property graph of a sample C code snippet]]
|