Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_usize
Method · 0.80
write_typed_payload
Function · 0.80
write_decimal_unscaled
Function · 0.80
test_buffer_var
Function · 0.80
Calls
1
_write_var_u64
Method · 0.80
Tested by
1
test_buffer_var
Function · 0.64