Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ getTableIds
Function
getTableIds
src/store/index.ts:1471–1471 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1469
const
getTables = (): Tables => mapToObj3(tablesMap, decodeIfJson);
1470
1471
const
getTableIds = (): Ids => mapKeys(tablesMap);
1472
1473
const
getTable = (tableId: Id): Table =>
1474
mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson);
Callers
1
Getters
Function · 0.50
Calls
1
mapKeys
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…