Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ capacity
Method
capacity
euralios_std/src/path.rs:147–149 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
145
#[must_use]
146
#[inline]
147
pub fn capacity(&self) -> usize {
148
self.inner.capacity()
149
}
150
151
/// Coerces to a [`Path`] slice.
152
///
Callers
1
pathbuf_with_capacity
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected