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

Method encode

src/bool.rs:16–18  ·  view source on GitHub ↗
(&mut self, t: &bool)

Source from the content-addressed store, hash-verified

14
15 #[inline(always)]
16 fn encode(&mut self, t: &bool) {
17 unsafe { self.0.push_unchecked(*t) };
18 }
19}
20
21impl Buffer for BoolEncoder {

Callers

nothing calls this directly

Calls 1

push_uncheckedMethod · 0.80

Tested by

no test coverage detected