MCPcopy Create free account
hub / github.com/apple/foundationdb / getUsedExtents

Function getUsedExtents

fdbserver/VersionedBTree.actor.cpp:2588–2590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2586 }
2587
2588 Future<Standalone<VectorRef<LogicalPageID>>> getUsedExtents(QueueID queueID) override {
2589 return getUsedExtents_impl(this, queueID);
2590 }
2591
2592 void pushExtentUsedList(QueueID queueID, LogicalPageID extID) override {
2593 extentUsedList.pushBack({ queueID, extID });

Callers

nothing calls this directly

Calls 1

getUsedExtents_implFunction · 0.85

Tested by

no test coverage detected