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

Method len

crates/commitlog/src/tests/partial.rs:191–193  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

189
190impl ShortSegment {
191 pub fn len(&self) -> usize {
192 self.inner.len()
193 }
194
195 pub fn modify_byte_at(&mut self, pos: usize, f: impl FnOnce(u8) -> u8) {
196 self.inner.modify_byte_at(pos, f);

Callers 9

index_lookupMethod · 0.45
appendMethod · 0.45
truncateMethod · 0.45
generateMethod · 0.45
writeMethod · 0.45
encodeMethod · 0.45
filled_lenMethod · 0.45
append_all_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected