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

Function getMergeableValueHashes

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

Source from the content-addressed store, hash-verified

2883 return stampNew(tablesObj, tablesHlc);
2884 };
2885 const getMergeableValueHashes = () => mapToObj(contentStampMap[1][0], getStampHash);
2886 const getMergeableValueDiff = (otherValueHashes) => {
2887 const [, [valueStampMaps, valuesHlc]] = contentStampMap;
2888 const values = mapToObj(

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…