MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getRowRecord

Function getRowRecord

test/unit/persisters/durable-object-sql-storage.test.ts:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30const getTableRows = () => db.prepare('SELECT * FROM tinybase_tables').all();
31
32const getRowRecord = () =>
33 db
34 .prepare(
35 'SELECT * FROM tinybase_tables WHERE table_id = ? AND row_id = ? ' +
36 'AND cell_id IS NULL',
37 )
38 .get('pets', 'fido');
39
40beforeEach(() => {
41 reset();

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…