mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-15 04:08:02 -04:00
61613ca7a8
The documentation promised to not collect payload values during folds (i.e. replaying), but the code did so anyway. This patch makes it so only values required to satisfy the `Visitor` trait are allocated when folding.