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

Method getSerializedTreeSize

src/storage/index/art_index_disk.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136uint64_t ArtPrimaryKeyIndex::getSerializedTreeSize() const {
137 std::lock_guard lck{mutex};
138 return diskBacked ? diskTreeSize : calculateSerializedTreeSize(root);
139}
140
141void ArtPrimaryKeyIndex::checkpoint(main::ClientContext*, PageAllocator& pageAllocator,
142 ShadowFile& shadowFile) {

Callers 1

executeInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected