Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ set_cursor
Method
set_cursor
rust/fory-core/src/buffer.rs:627–629 ·
view source on GitHub ↗
(&mut self, cursor: usize)
Source
from the content-addressed store, hash-verified
625
}
626
627
pub fn set_cursor(&mut self, cursor: usize) {
628
self.cursor = cursor;
629
}
630
631
// ============ BOOL (TypeId = 1) ============
632
Callers
3
deserialize_from
Method · 0.80
test_serialize_to_detailed
Function · 0.80
test_fixed_width_read_bounds_checks
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_serialize_to_detailed
Function · 0.64
test_fixed_width_read_bounds_checks
Function · 0.64