MCPcopy Create free account
hub / github.com/cosdata/cosdata / BackgroundExplicitTransaction

Class BackgroundExplicitTransaction

src/models/collection_transaction.rs:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29pub struct BackgroundExplicitTransaction {
30 pub version: VersionNumber,
31}
32
33impl BackgroundExplicitTransaction {
34 pub fn from_version_id_and_number(collection: &Collection, version: VersionNumber) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected