MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / file_size

Method file_size

nodedb-vector/src/mmap_segment/reader.rs:450–452  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

448 }
449
450 pub fn file_size(&self) -> usize {
451 self.mmap_size
452 }
453}
454
455impl Drop for MmapVectorSegment {

Callers 1

statsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected