Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write_i64
Method
write_i64
rust/stringzilla.rs:706–708 ·
view source on GitHub ↗
(&mut self, i: i64)
Source
from the content-addressed store, hash-verified
704
}
705
#[inline]
706
fn write_i64(&mut self, i: i64) {
707
self.write(&i.to_le_bytes());
708
}
709
#[inline]
710
fn write_i128(&mut self, i: i128) {
711
self.write(&i.to_le_bytes());
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected