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

Function getEncodedContent

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

Source from the content-addressed store, hash-verified

1833 ];
1834 const getContent = () => [getTables(), getValues()];
1835 const getEncodedContent = () => [mapToObj3(tablesMap), mapToObj(valuesMap)];
1836 const getTables = () => mapToObj3(tablesMap, decodeIfJson);
1837 const getTableIds = () => mapKeys(tablesMap);
1838 const getTable = (tableId) => mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson);

Callers

nothing calls this directly

Calls 2

mapToObj3Function · 0.70
mapToObjFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…