Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ write_u8
Method
write_u8
rust/fory-core/src/buffer.rs:169–171 ·
view source on GitHub ↗
(&mut self, value: u8)
Source
from the content-addressed store, hash-verified
167
168
#[inline(always)]
169
pub fn write_u8(&mut self, value: u8) {
170
self.bf.push(value);
171
}
172
173
// ============ UINT16 (TypeId = 10) ============
174
Callers
15
write_head
Method · 0.80
write_struct_type_info
Method · 0.80
write_any_type_info
Method · 0.80
write_typed_payload
Function · 0.80
write_collection_type_info
Function · 0.80
write_collection_data
Function · 0.80
write_collection_data_dyn_ref
Function · 0.80
fory_write_type_info
Function · 0.80
write_type_info
Function · 0.80
write_type_info
Method · 0.80
write_data
Method · 0.80
write_vec_dynamic
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected