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

Method getNumMaskedNode

src/common/mask.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15offset_t NodeOffsetMaskMap::getNumMaskedNode() const {
16 offset_t numNodes = 0;
17 for (auto& [tableID, mask] : maskMap) {
18 numNodes += mask->getNumMaskedNodes();
19 }
20 return numNodes;
21}
22
23} // namespace common
24} // namespace lbug

Callers 2

terminateMethod · 0.80
executeInternalMethod · 0.80

Calls 1

getNumMaskedNodesMethod · 0.45

Tested by

no test coverage detected