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

Method ASPPathsEdgeCompute

src/function/gds/asp_paths.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

addNewBlockMethod · 0.80
getCurrentGraphMethod · 0.80

Tested by

no test coverage detected