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

Method copy

src/function/gds/ssp_paths.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 std::unique_ptr<EdgeCompute> copy() override {
43 return std::make_unique<SSPPathsEdgeCompute>(frontierPair, bfsGraphManager);
44 }
45
46private:
47 BFSGraphManager* bfsGraphManager;

Callers 7

createVectorMethod · 0.45
RJBindDataMethod · 0.45
initSharedStateMethod · 0.45
getLogicalPlanMethod · 0.45
getPhysicalPlanMethod · 0.45
runMethod · 0.45
runSparseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected