MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / size_on_disk

Method size_on_disk

crates/commitlog/src/lib.rs:194–197  ·  view source on GitHub ↗

Determine the size on disk of this commitlog.

(&self)

Source from the content-addressed store, hash-verified

192
193 /// Determine the size on disk of this commitlog.
194 pub fn size_on_disk(&self) -> io::Result<SizeOnDisk> {
195 let inner = self.inner.read().unwrap();
196 inner.repo.size_on_disk()
197 }
198}
199
200impl<T, R> Commitlog<T, R>

Callers 2

compressionFunction · 0.45

Calls 2

unwrapMethod · 0.45
readMethod · 0.45

Tested by 1

compressionFunction · 0.36