MCPcopy 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_intoMethod · 0.45
testFunction · 0.45

Calls 1

getMethod · 0.80

Tested by 1

testFunction · 0.36