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

Method isActiveOnCurrentFrontier

src/function/gds/gds_frontier.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool FrontierPair::isActiveOnCurrentFrontier(offset_t offset) {
252 return currentFrontier->getIteration(offset) == curIter - 1;
253}
254
255Frontier* SPFrontierPair::getFrontier() {
256 switch (state) {

Callers 1

runMethod · 0.80

Calls 1

getIterationMethod · 0.80

Tested by

no test coverage detected