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

Method with_log_format_version

crates/commitlog/src/commitlog.rs:856–858  ·  view source on GitHub ↗

Turn `self` into an iterator which pairs the log format version of the current segment with the [`Commit`].

(self)

Source from the content-addressed store, hash-verified

854 /// Turn `self` into an iterator which pairs the log format version of the
855 /// current segment with the [`Commit`].
856 pub fn with_log_format_version(self) -> CommitsWithVersion<R> {
857 CommitsWithVersion { inner: self }
858 }
859
860 /// Advance the current-segment iterator to yield the next commit.
861 ///

Callers 5

transactions_fromMethod · 0.45
transactions_fromFunction · 0.45
fold_transaction_rangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected