Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ getTableRows
Function
getTableRows
test/unit/persisters/durable-object-sql-storage.test.ts:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}) as any;
29
30
const
getTableRows = () => db.prepare(
'SELECT * FROM tinybase_tables'
).all();
31
32
const
getRowRecord = () =>
33
db
Callers
1
durable-object-sql-storage.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…