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

Function getEncodedContent

src/store/index.ts:1464–1467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1462 const getContent = (): Content => [getTables(), getValues()];
1463
1464 const getEncodedContent = (): Content => [
1465 mapToObj3(tablesMap),
1466 mapToObj(valuesMap),
1467 ];
1468
1469 const getTables = (): Tables => mapToObj3(tablesMap, decodeIfJson);
1470

Callers

nothing calls this directly

Calls 2

mapToObj3Function · 0.90
mapToObjFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…