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

Method pragma

packages/core/src/query/__tests__/basic-queries.test.ts:45–47  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

43 return this.db.transaction(fn)()
44 }
45 pragma(p: string) {
46 return this.db.pragma(p)
47 }
48 close() {
49 this.db.close()
50 }

Callers

nothing calls this directly

Calls 1

pragmaMethod · 0.65

Tested by

no test coverage detected