Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_isize
Method · 0.80
read_i64_payload
Function · 0.80
read_u64_payload
Function · 0.80
read_scalar_value
Function · 0.80
skip_value
Function · 0.80
Calls
1
read_u16
Method · 0.80
Tested by
no test coverage detected