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

Method write_i8

rust/stringzilla.rs:694–696  ·  view source on GitHub ↗
(&mut self, i: i8)

Source from the content-addressed store, hash-verified

692 }
693 #[inline]
694 fn write_i8(&mut self, i: i8) {
695 self.write(&i.to_le_bytes());
696 }
697 #[inline]
698 fn write_i16(&mut self, i: i16) {
699 self.write(&i.to_le_bytes());

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected