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

Method getNextFrontierValue

src/function/gds/gds_frontier.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247iteration_t FrontierPair::getNextFrontierValue(offset_t offset) {
248 return nextFrontier->getIteration(offset);
249}
250
251bool FrontierPair::isActiveOnCurrentFrontier(offset_t offset) {
252 return currentFrontier->getIteration(offset) == curIter - 1;

Callers 4

edgeComputeMethod · 0.80
edgeComputeMethod · 0.80
edgeComputeMethod · 0.80
edgeComputeMethod · 0.80

Calls 1

getIterationMethod · 0.80

Tested by

no test coverage detected