Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ pragma
Method
pragma
packages/core/src/query/__tests__/contact-queries.test.ts:59–61 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
57
}
58
59
pragma(p: string) {
60
return
this.db.pragma(p)
61
}
62
63
close() {
64
this.db.close()
Callers
nothing calls this directly
Calls
1
pragma
Method · 0.65
Tested by
no test coverage detected