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