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

Method slice_after_cursor

rust/fory-core/src/buffer.rs:563–565  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

561
562 #[inline(always)]
563 pub fn slice_after_cursor(&self) -> &[u8] {
564 &self.bf[self.cursor..]
565 }
566
567 #[inline(always)]
568 pub fn get_cursor(&self) -> usize {

Callers 2

read_var_u36_smallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected