Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_i8
Method
read_i8
rust/fory-core/src/buffer.rs:641–643 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
639
640
#[inline(always)]
641
pub fn read_i8(&mut self) -> Result<i8, Error> {
642
Ok(self.read_u8()? as i8)
643
}
644
645
// ============ INT16 (TypeId = 3) ============
646
Callers
15
read_collection_data
Function · 0.80
read_vec_data
Function · 0.80
read_array_data_as_vec_bridge
Function · 0.80
read_primitive_array_vec_compatible_mismatch
Function · 0.80
fory_read
Method · 0.80
fory_read_with_type_info
Method · 0.80
read_rc
Function · 0.80
read
Function · 0.80
read_complex_array
Function · 0.80
read_complex_array_dyn_ref
Function · 0.80
read_i64_payload
Function · 0.80
read_u64_payload
Function · 0.80
Calls
1
read_u8
Method · 0.80
Tested by
no test coverage detected