MCPcopy 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

writeFunction · 0.80
write_typed_payloadFunction · 0.80
fory_writeMethod · 0.80
fory_writeMethod · 0.80
writeFunction · 0.80
write_with_modeMethod · 0.80
write_fieldMethod · 0.80
write_dataMethod · 0.80
fory_writeMethod · 0.80
fory_writeMethod · 0.80
write_box_anyFunction · 0.80
fory_writeMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_bufferFunction · 0.64