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

Method getStorageDirections

src/storage/table/rel_table.cpp:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410std::vector<RelDataDirection> RelTable::getStorageDirections() const {
411 std::vector<RelDataDirection> ret;
412 for (const auto& relData : directedRelData) {
413 ret.push_back(relData->getDirection());
414 }
415 return ret;
416}
417
418bool RelTable::checkIfNodeHasRels(Transaction* transaction, RelDataDirection direction,
419 ValueVector* srcNodeIDVector) const {

Callers 3

tableFuncFunction · 0.80
collectDiskSizeInfoFunction · 0.80
LocalRelTableMethod · 0.80

Calls 2

push_backMethod · 0.45
getDirectionMethod · 0.45

Tested by

no test coverage detected