Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ exec
Method
exec
packages/tools/src/providers/core-data-provider.test.ts:37–39 ·
view source on GitHub ↗
(sql: string)
Source
from the content-addressed store, hash-verified
35
class
Adapter implements DatabaseAdapter {
36
constructor(private db: Database.Database) {}
37
exec(sql: string) {
38
this.db.exec(sql)
39
}
40
prepare(sql: string) {
41
return
new
Stmt(this.db.prepare(sql))
42
}
Callers
nothing calls this directly
Calls
1
exec
Method · 0.65
Tested by
no test coverage detected