Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
impl Buffer for BoolEncoder {
Callers
nothing calls this directly
Calls
1
push_unchecked
Method · 0.80
Tested by
no test coverage detected