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

Function getTables

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

Source from the content-addressed store, hash-verified

1467 ];
1468
1469 const getTables = (): Tables => mapToObj3(tablesMap, decodeIfJson);
1470
1471 const getTableIds = (): Ids => mapKeys(tablesMap);
1472

Callers 3

getContentFunction · 0.70
setTablesSchemaFunction · 0.70
GettersFunction · 0.50

Calls 1

mapToObj3Function · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…