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

Function getMergeableContentHashes

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

Source from the content-addressed store, hash-verified

490 getMergeableContentImpl(true);
491
492 const getMergeableContentHashes = (): ContentHashes => [
493 contentStampMap[0][2],
494 contentStampMap[1][2],
495 ];
496
497 const getMergeableTableHashes = (): TableHashes =>
498 mapToObj(contentStampMap[0][0], getStampHash);

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…