MCPcopy Create free account
hub / github.com/apache/fory / read_i16

Method read_i16

rust/fory-core/src/buffer.rs:648–650  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

646
647 #[inline(always)]
648 pub fn read_i16(&mut self) -> Result<i16, Error> {
649 Ok(self.read_u16()? as i16)
650 }
651
652 // ============ INT32 (TypeId = 4) ============
653

Callers 5

read_isizeMethod · 0.80
read_i64_payloadFunction · 0.80
read_u64_payloadFunction · 0.80
read_scalar_valueFunction · 0.80
skip_valueFunction · 0.80

Calls 1

read_u16Method · 0.80

Tested by

no test coverage detected