Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
private:
47
BFSGraphManager* bfsGraphManager;
Callers
7
createVector
Method · 0.45
RJBindData
Method · 0.45
initSharedState
Method · 0.45
getLogicalPlan
Method · 0.45
getPhysicalPlan
Method · 0.45
run
Method · 0.45
runSparse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected