| 27 | }; |
| 28 | |
| 29 | pub struct BackgroundExplicitTransaction { |
| 30 | pub version: VersionNumber, |
| 31 | } |
| 32 | |
| 33 | impl BackgroundExplicitTransaction { |
| 34 | pub fn from_version_id_and_number(collection: &Collection, version: VersionNumber) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected