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

Method capacity

nodedb/src/data/io/aligned_buf.rs:76–78  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

74 /// Total capacity in bytes (always aligned).
75 #[inline]
76 pub fn capacity(&self) -> usize {
77 self.capacity
78 }
79}
80
81impl Drop for AlignedBuf {

Callers 2

prefetch_batchMethod · 0.45
read_filesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected