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

Method getIteration

src/function/gds/gds_frontier.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39iteration_t SparseFrontier::getIteration(offset_t offset) const {
40 DASSERT(curData);
41 if (!curData->contains(offset)) {
42 return FRONTIER_UNVISITED;
43 }
44 return curData->at(offset);
45}
46
47void SparseFrontierReference::pinTableID(table_id_t tableID) {
48 curData = sparseObjects.getData(tableID);

Callers 4

writeMethod · 0.80
getNextFrontierValueMethod · 0.80
writeMethod · 0.80

Calls 2

containsMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected