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

Method write_var_u64

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

Source from the content-addressed store, hash-verified

265
266 #[inline(always)]
267 pub fn write_var_u64(&mut self, value: u64) {
268 self._write_var_u64(value);
269 }
270
271 #[inline(always)]
272 fn _write_var_u64(&mut self, value: u64) {

Callers 4

write_usizeMethod · 0.80
write_typed_payloadFunction · 0.80
write_decimal_unscaledFunction · 0.80
test_buffer_varFunction · 0.80

Calls 1

_write_var_u64Method · 0.80

Tested by 1

test_buffer_varFunction · 0.64