MCPcopy Create free account
hub / github.com/apache/fory / write_i16

Method write_i16

rust/fory-core/src/buffer.rs:111–113  ·  view source on GitHub ↗
(&mut self, value: i16)

Source from the content-addressed store, hash-verified

109
110 #[inline(always)]
111 pub fn write_i16(&mut self, value: i16) {
112 self.write_u16(value as u16);
113 }
114
115 // ============ INT32 (TypeId = 4) ============
116

Callers 7

write_isizeMethod · 0.80
write_typed_payloadFunction · 0.80
write_dataMethod · 0.80
write_map_dynamicFunction · 0.80
write_map_dataFunction · 0.80
write_map_data_dyn_refFunction · 0.80
test_bufferFunction · 0.80

Calls 1

write_u16Method · 0.80

Tested by 1

test_bufferFunction · 0.64