Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
impl Drop for AlignedBuf {
Callers
2
prefetch_batch
Method · 0.45
read_files
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected