MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / remaining

Method remaining

crates/sats/src/buffer.rs:387–389  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

385
386 #[inline(always)]
387 fn remaining(&self) -> usize {
388 self.len()
389 }
390}
391
392/// A cursor based [`BufReader<'de>`] implementation.

Callers 2

get_sliceMethod · 0.45
get_arrayMethod · 0.45

Calls 3

lenMethod · 0.45
as_refMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected