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

Method get

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

Source from the content-addressed store, hash-verified

20 this.readonly = stmt.readonly
21 }
22 get(...p: unknown[]) {
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 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected