In certain cases, like when using @override, you'd get two identical 'nodes' (because they're just the function name).
Currently, because of our remove_add_to_db_duplicates method, it's likely only adding the FIRST to the graph. They may or may not have the same checksum / database entry.
In certain cases, like when using
@override, you'd get two identical 'nodes' (because they're just the function name).Currently, because of our
remove_add_to_db_duplicatesmethod, it's likely only adding the FIRST to the graph. They may or may not have the same checksum / database entry.