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

Function getMergeableTableHashes

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2793–2793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2791 contentStampMap[1][2]
2792 ];
2793 const getMergeableTableHashes = () => mapToObj(contentStampMap[0][0], getStampHash);
2794 const getMergeableTableDiff = (otherTableHashes) => {
2795 const newTables = stampNewObj(contentStampMap[0][1]);
2796 const differingTableHashes = {};

Callers

nothing calls this directly

Calls 1

mapToObjFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…