Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ tableId
Function
tableId
src/ui-svelte/functions.svelte.ts:673–675 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
671
return
getIndexes()?.getStore();
672
},
673
get tableId() {
674
return
getIndexes()?.getTableId(maybeGet(indexId));
675
},
676
};
677
};
678
Callers
2
useAddRowCallback
Function · 0.50
useAddRowCallback
Function · 0.50
Calls
3
getIndexes
Function · 0.70
maybeGet
Function · 0.70
getTableId
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…