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

Function getMergeableValueHashes

src/mergeable-store/index.ts:617–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

615 };
616
617 const getMergeableValueHashes = (): ValueHashes =>
618 mapToObj(contentStampMap[1][0], getStampHash);
619
620 const getMergeableValueDiff = (
621 otherValueHashes: ValueHashes,

Callers

nothing calls this directly

Calls 1

mapToObjFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…