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

Method with_log_format_version

crates/commitlog/src/segment.rs:565–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

563#[cfg(test)]
564impl<R: io::BufRead> Commits<R> {
565 pub fn with_log_format_version(self) -> impl Iterator<Item = io::Result<(u8, StoredCommit)>> {
566 CommitsWithVersion { inner: self }
567 }
568}
569
570#[cfg(test)]

Callers 1

transactionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected