MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Graph

Class Graph

src/graph/graph.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41// forward declaration of Graph struct
42typedef struct Graph Graph;
43// typedef for synchronization function pointer
44typedef void (*SyncMatrixFunc)(const Graph *, RG_Matrix);
45

Callers 15

empty_graphFunction · 0.90
binary_tree_graph1Function · 0.90
binary_tree_graph2Function · 0.90
make_connectionFunction · 0.90
debugFunction · 0.90
mainFunction · 0.90
debugFunction · 0.90
mainFunction · 0.90
__init__Method · 0.85
test21_merge_scanMethod · 0.85

Calls

no outgoing calls