MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / get

Function get

packages/core/src/query/__tests__/member-ops.test.ts:24–26  ·  view source on GitHub ↗
(..._params: unknown[])

Source from the content-addressed store, hash-verified

22 prepare(sql: string): PreparedStatement {
23 return {
24 get(..._params: unknown[]): Record<string, unknown> | undefined {
25 return rows.get(sql)?.[0]
26 },
27 all(..._params: unknown[]): Record<string, unknown>[] {
28 return rows.get(sql) ?? []
29 },

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected