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

Method SSPPathsEdgeCompute

src/function/gds/ssp_paths.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class SSPPathsEdgeCompute : public SPEdgeCompute {
17public:
18 SSPPathsEdgeCompute(SPFrontierPair* frontierPair, BFSGraphManager* bfsGraphManager)
19 : SPEdgeCompute{frontierPair}, bfsGraphManager{bfsGraphManager} {
20 block = bfsGraphManager->getCurrentGraph()->addNewBlock();
21 }
22
23 std::vector<nodeID_t> edgeCompute(nodeID_t boundNodeID, graph::NbrScanState::Chunk& resultChunk,
24 bool isFwd) override {

Callers

nothing calls this directly

Calls 2

addNewBlockMethod · 0.80
getCurrentGraphMethod · 0.80

Tested by

no test coverage detected