Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getContent
Function · 0.70
setTablesSchema
Function · 0.70
Getters
Function · 0.50
Calls
1
mapToObj3
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…