Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ reserve
Method
reserve
src/bool.rs:27–29 ·
view source on GitHub ↗
(&mut self, additional: NonZeroUsize)
Source
from the content-addressed store, hash-verified
25
}
26
27
fn reserve(&mut self, additional: NonZeroUsize) {
28
self.0.reserve(additional.get());
29
}
30
}
31
32
#[derive(Default)]
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected