Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ setOrDelTables
Function
setOrDelTables
src/store/index.ts:587–588 ·
view source on GitHub ↗
(tables: Tables)
Source
from the content-addressed store, hash-verified
585
);
586
587
const
setOrDelTables = (tables: Tables) =>
588
objIsEmpty(tables) ? delTables() : setTables(tables);
589
590
const
setOrDelCell = (
591
tableId: Id,
Callers
2
setTablesJson
Function · 0.70
setJson
Function · 0.70
Calls
3
objIsEmpty
Function · 0.90
delTables
Function · 0.70
setTables
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…