MCPcopy 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
30const getTableRows = () => db.prepare('SELECT * FROM tinybase_tables').all();
31
32const getRowRecord = () =>
33 db

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…