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

Method reclaimStorage

src/storage/table/csr_node_group.cpp:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void CSRNodeGroup::reclaimStorage(PageAllocator& pageAllocator, const UniqLock& lock) const {
501 NodeGroup::reclaimStorage(pageAllocator, lock);
502 if (persistentChunkGroup) {
503 persistentChunkGroup->reclaimStorage(pageAllocator);
504 }
505}
506
507static std::unique_ptr<ChunkedCSRNodeGroup> createNewPersistentChunkGroup(
508 ChunkedCSRNodeGroup& oldPersistentChunkGroup, CSRNodeGroupCheckpointState& csrState) {

Callers 1

Calls 1

reclaimStorageFunction · 0.85

Tested by

no test coverage detected