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

Method size

src/include/storage/disk_array.h:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 inline uint64_t size() const { return vector.size(); }
405
406 static constexpr uint32_t getAlignedElementSize() {
407 return DiskArray<U>::getAlignedElementSize();

Callers 4

addHandleMethod · 0.45
checkpointInMemoryMethod · 0.45
rollbackCheckpointMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected