MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / write_usize

Method write_usize

rust/stringzilla.rs:690–692  ·  view source on GitHub ↗
(&mut self, i: usize)

Source from the content-addressed store, hash-verified

688 }
689 #[inline]
690 fn write_usize(&mut self, i: usize) {
691 self.write(&i.to_le_bytes());
692 }
693 #[inline]
694 fn write_i8(&mut self, i: i8) {
695 self.write(&i.to_le_bytes());

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected