MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getCurrentGraph

Method getCurrentGraph

src/include/function/gds/bfs_graph.h:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 storage::MemoryManager* mm);
167
168 BaseBFSGraph* getCurrentGraph() const {
169 DASSERT(curGraph);
170 return curGraph;
171 }
172
173 void switchToDense(processor::ExecutionContext* context, graph::Graph* graph);
174

Callers 15

SSPPathsEdgeComputeMethod · 0.80
edgeComputeMethod · 0.80
getOutputWriterMethod · 0.80
AWSPPathsEdgeComputeMethod · 0.80
edgeComputeMethod · 0.80
getOutputWriterMethod · 0.80
WSPPathsEdgeComputeMethod · 0.80
edgeComputeMethod · 0.80
getOutputWriterMethod · 0.80
ASPPathsEdgeComputeMethod · 0.80
edgeComputeMethod · 0.80
getOutputWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected