MCPcopy
hub / github.com/aspen-cloud/triplit / applyChanges

Method applyChanges

packages/db/src/entity-store.ts:26–32  ·  view source on GitHub ↗
(
    tx: KVStoreTransaction,
    buffer: DBChanges,
    options: ApplyChangesOptions
  )

Source from the content-addressed store, hash-verified

24 }
25
26 async applyChanges(
27 tx: KVStoreTransaction,
28 buffer: DBChanges,
29 options: ApplyChangesOptions
30 ) {
31 return this.dataStore.applyChanges(tx, buffer, options);
32 }
33
34 async applyChangesWithTimestamp(
35 tx: KVStoreTransaction,

Callers

nothing calls this directly

Calls 1

applyChangesMethod · 0.65

Tested by

no test coverage detected