MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / cold

Method cold

src/length.rs:206–208  ·  view source on GitHub ↗
(large: &mut IntDecoder<'_, usize>)

Source from the content-addressed store, hash-verified

204 } else {
205 #[cold]
206 unsafe fn cold(large: &mut IntDecoder<'_, usize>) -> usize {
207 large.decode()
208 }
209 cold(&mut self.large)
210 }
211 };

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected