Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
bool FrontierPair::isActiveOnCurrentFrontier(offset_t offset) {
252
return currentFrontier->getIteration(offset) == curIter - 1;
253
}
254
255
Frontier* SPFrontierPair::getFrontier() {
256
switch (state) {
Callers
1
run
Method · 0.80
Calls
1
getIteration
Method · 0.80
Tested by
no test coverage detected