Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ get_cursor
Method
get_cursor
rust/fory-core/src/buffer.rs:568–570 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
566
567
#[inline(always)]
568
pub fn get_cursor(&self) -> usize {
569
self.cursor
570
}
571
572
#[inline(always)]
573
fn value_at(&self, index: usize) -> Result<u8, Error> {
Callers
8
deserialize_from
Method · 0.80
skip_string
Function · 0.80
skip_decimal
Function · 0.80
read_type_meta
Method · 0.80
read_remote_type_meta
Method · 0.80
read_latin1_standard
Function · 0.80
read_utf8_standard
Function · 0.80
read_latin1_simd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected