MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / all

Method all

packages/core/src/query/__tests__/basic-queries.test.ts:25–27  ·  view source on GitHub ↗
(...p: unknown[])

Source from the content-addressed store, hash-verified

23 return this.stmt.get(...p) as Record<string, unknown> | undefined
24 }
25 all(...p: unknown[]) {
26 return this.stmt.all(...p) as Record<string, unknown>[]
27 }
28 run(...p: unknown[]): RunResult {
29 const r = this.stmt.run(...p)
30 return { changes: r.changes, lastInsertRowid: r.lastInsertRowid }

Callers

nothing calls this directly

Calls 1

allMethod · 0.65

Tested by

no test coverage detected