Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_slice
Method · 0.45
get_array
Method · 0.45
Calls
3
len
Method · 0.45
as_ref
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected