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

Method decode

src/bool.rs:51–53  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

49
50 #[inline(always)]
51 fn decode(&mut self) -> bool {
52 unsafe { self.0.mut_slice().next_unchecked() }
53 }
54}
55
56#[cfg(test)]

Callers

nothing calls this directly

Calls 2

next_uncheckedMethod · 0.80
mut_sliceMethod · 0.80

Tested by

no test coverage detected