Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ capacity
Method
capacity
regex/src/sparse.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
}
41
42
pub fn capacity(&self) -> usize {
43
self.dense.capacity()
44
}
45
46
pub fn insert(&mut self, value: usize) {
47
let i = self.len();
Callers
1
resize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected