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

Method write_i16

rust/stringzilla.rs:698–700  ·  view source on GitHub ↗
(&mut self, i: i16)

Source from the content-addressed store, hash-verified

696 }
697 #[inline]
698 fn write_i16(&mut self, i: i16) {
699 self.write(&i.to_le_bytes());
700 }
701 #[inline]
702 fn write_i32(&mut self, i: i32) {
703 self.write(&i.to_le_bytes());

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected