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

Class Committed

crates/commitlog/src/segment.rs:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94/// Metadata about a [`Commit`] which was successfully written via [`Writer::commit`].
95#[derive(Debug, PartialEq)]
96pub struct Committed {
97 /// The range of transaction offsets included in the commit.
98 pub tx_range: Range<u64>,
99 /// The crc32 checksum of the commit's serialized form,
100 /// as written to the commitlog.
101 pub checksum: u32,
102}
103
104#[derive(Debug)]
105pub struct Writer<W: io::Write> {

Callers 8

convertMethod · 0.50
run_innerFunction · 0.50
commit_procedure_txMethod · 0.50
update_databaseMethod · 0.50
call_reducer_with_txMethod · 0.50
module_eventFunction · 0.50

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…