Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ reserve
Method
reserve
src/derive/variant.rs:23–25 ·
view source on GitHub ↗
(&mut self, additional: NonZeroUsize)
Source
from the content-addressed store, hash-verified
21
}
22
23
fn reserve(&mut self, additional: NonZeroUsize) {
24
self.0.reserve(additional.get());
25
}
26
}
27
28
pub struct VariantDecoder<'a, const N: usize, const C_STYLE: bool> {
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected