Files
SpacetimeDB/crates/commitlog/src
Kim Altintop 06d5481dfb commitlog: Support traversal without opening the log (#1103)
Traversing the commitlog without also making it available for writing
would still require upfront I/O imposed by the `open` constructor.

Avoid that by introducing free-standing functions which start traversal
right away.
2024-04-19 18:08:41 +00:00
..