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

Function getMergeableContentHashes

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

Source from the content-addressed store, hash-verified

2787 const getMergeableContent = () => getMergeableContentImpl();
2788 const getEncodedMergeableContent = () => getMergeableContentImpl(true);
2789 const getMergeableContentHashes = () => [
2790 contentStampMap[0][2],
2791 contentStampMap[1][2]
2792 ];
2793 const getMergeableTableHashes = () => mapToObj(contentStampMap[0][0], getStampHash);
2794 const getMergeableTableDiff = (otherTableHashes) => {
2795 const newTables = stampNewObj(contentStampMap[0][1]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…