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

Function fold_transactions_from

crates/commitlog/src/commitlog.rs:569–576  ·  view source on GitHub ↗
(repo: R, max_log_format_version: u8, offset: u64, de: D)

Source from the content-addressed store, hash-verified

567}
568
569pub fn fold_transactions_from<R, D>(repo: R, max_log_format_version: u8, offset: u64, de: D) -> Result<(), D::Error>
570where
571 R: Repo,
572 D: Decoder,
573 D::Error: From<error::Traversal> + From<io::Error>,
574{
575 fold_transaction_range(repo, max_log_format_version, offset.., de)
576}
577
578pub fn fold_transaction_range<R, D>(
579 repo: R,

Callers

nothing calls this directly

Calls 1

fold_transaction_rangeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…