Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_large_query_no_panic
Function · 0.45
fill_buffer_from_iter
Method · 0.45
get_schedule_row_mut
Function · 0.45
next_elem
Method · 0.45
determine_spacetime_abi
Function · 0.45
remove_query
Method · 0.45
find_rhs_val
Method · 0.45
spawn_tokio_stats
Function · 0.45
write_read_roundtrip
Function · 0.45
assert_equal_dirs
Function · 0.45
generate_query_builder_types
Function · 0.45
new
Method · 0.45
Calls
2
Ok
Function · 0.50
Err
Function · 0.50
Tested by
3
test_large_query_no_panic
Function · 0.36
write_read_roundtrip
Function · 0.36
assert_equal_dirs
Function · 0.36