MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getMergeableTableHashes

Function getMergeableTableHashes

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

Source from the content-addressed store, hash-verified

495 ];
496
497 const getMergeableTableHashes = (): TableHashes =>
498 mapToObj(contentStampMap[0][0], getStampHash);
499
500 const getMergeableTableDiff = (
501 otherTableHashes: TableHashes,

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…