Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ forEachBreakWhenFalse
Method
forEachBreakWhenFalse
src/include/graph/graph.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
template<class Func>
49
void forEachBreakWhenFalse(Func&& func) const {
50
selVector.forEachBreakWhenFalse([&](auto i) -> bool { return func(nbrNodes, i); });
51
}
52
53
uint64_t size() const { return selVector.getSelSize(); }
54
Callers
1
updateStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected