MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getMergeableRowDiff

Method getMergeableRowDiff

src/@types/mergeable-store/index.d.ts:100–100  ·  view source on GitHub ↗
(
    otherTableRowHashes: RowHashes,
  )

Source from the content-addressed store, hash-verified

98
99 /// MergeableStore.getMergeableRowDiff
100 getMergeableRowDiff(
101 otherTableRowHashes: RowHashes,
102 ): [newRows: TablesStamp, differingRowHashes: RowHashes];
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected