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

Method min_tx_offset

crates/commitlog/src/segment.rs:193–195  ·  view source on GitHub ↗

The smallest transaction offset in this segment.

(&self)

Source from the content-addressed store, hash-verified

191
192 /// The smallest transaction offset in this segment.
193 pub fn min_tx_offset(&self) -> u64 {
194 self.min_tx_offset
195 }
196
197 /// The next transaction offset to be written if [`Self::commit`] was called.
198 pub fn next_tx_offset(&self) -> u64 {

Callers 3

compress_segmentsMethod · 0.80
min_committed_offsetMethod · 0.80
start_new_segmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected