Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ reserve
Method
reserve
src/f32.rs:78–80 ·
view source on GitHub ↗
(&mut self, additional: NonZeroUsize)
Source
from the content-addressed store, hash-verified
76
}
77
78
fn reserve(&mut self, additional: NonZeroUsize) {
79
self.0.reserve(additional.get());
80
}
81
}
82
83
#[derive(Default)]
Callers
2
collect_into
Method · 0.45
test
Function · 0.45
Calls
1
get
Method · 0.80
Tested by
1
test
Function · 0.36