MCPcopy 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

updateStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected