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

Function getNodeGroup

src/include/storage/table/node_table.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 return nodeGroups->getNodeGroup(nodeGroupIdx)->getNumRows();
228 }
229 NodeGroup* getNodeGroup(common::node_group_idx_t nodeGroupIdx) const {
230 return nodeGroups->getNodeGroup(nodeGroupIdx);
231 }
232 NodeGroup* getNodeGroupNoLock(common::node_group_idx_t nodeGroupIdx) const {
233 return nodeGroups->getNodeGroupNoLock(nodeGroupIdx);
234 }

Callers 5

isVisibleMethod · 0.85
updateMethod · 0.85
delete_Method · 0.85
findMatchingRowMethod · 0.85
checkIfNodeHasRelsMethod · 0.85

Calls 1

getNodeGroupMethod · 0.45

Tested by

no test coverage detected