MCPcopy 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_headMethod · 0.80
write_any_type_infoMethod · 0.80
write_typed_payloadFunction · 0.80
write_collection_dataFunction · 0.80
fory_write_type_infoFunction · 0.80
write_type_infoFunction · 0.80
write_type_infoMethod · 0.80
write_dataMethod · 0.80
write_vec_dynamicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected