MCPcopy 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_fromMethod · 0.80
skip_stringFunction · 0.80
skip_decimalFunction · 0.80
read_type_metaMethod · 0.80
read_remote_type_metaMethod · 0.80
read_latin1_standardFunction · 0.80
read_utf8_standardFunction · 0.80
read_latin1_simdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected