MCPcopy
hub / github.com/tinyplex/tinybase / getTransactionMergeableChanges

Function getTransactionMergeableChanges

src/mergeable-store/index.ts:656–659  ·  view source on GitHub ↗
(
    withHashes = false,
  )

Source from the content-addressed store, hash-verified

654 };
655
656 const getTransactionMergeableChanges = (
657 withHashes = false,
658 ): MergeableChanges<typeof withHashes> =>
659 getTransactionMergeableChangesImpl(withHashes);
660
661 const getEncodedTransactionMergeableChanges = (
662 withHashes: boolean,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…