Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_i8
Method
write_i8
rust/fory-core/src/buffer.rs:104–106 ·
view source on GitHub ↗
(&mut self, value: i8)
Source
from the content-addressed store, hash-verified
102
103
#[inline(always)]
104
pub fn write_i8(&mut self, value: i8) {
105
self.bf.push(value as u8);
106
}
107
108
// ============ INT16 (TypeId = 3) ============
109
Callers
15
write
Function · 0.80
write_typed_payload
Function · 0.80
fory_write
Method · 0.80
fory_write
Method · 0.80
write
Function · 0.80
write_with_mode
Method · 0.80
write_field
Method · 0.80
write_data
Method · 0.80
fory_write
Method · 0.80
fory_write
Method · 0.80
write_box_any
Function · 0.80
fory_write
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_buffer
Function · 0.64