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

Method next

crates/commitlog/src/segment.rs:558–560  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

556 type Item = io::Result<StoredCommit>;
557
558 fn next(&mut self) -> Option<Self::Item> {
559 StoredCommit::decode_internal(&mut self.reader, self.header.log_format_version).transpose()
560 }
561}
562
563#[cfg(test)]

Callers 12

fill_buffer_from_iterMethod · 0.45
get_schedule_row_mutFunction · 0.45
next_elemMethod · 0.45
determine_spacetime_abiFunction · 0.45
remove_queryMethod · 0.45
find_rhs_valMethod · 0.45
spawn_tokio_statsFunction · 0.45
write_read_roundtripFunction · 0.45
assert_equal_dirsFunction · 0.45
newMethod · 0.45

Calls 2

OkFunction · 0.50
ErrFunction · 0.50

Tested by 3

write_read_roundtripFunction · 0.36
assert_equal_dirsFunction · 0.36