Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ get
Method
get
packages/tools/src/providers/core-data-provider.test.ts:23–25 ·
view source on GitHub ↗
(...p: unknown[])
Source
from the content-addressed store, hash-verified
21
this.readonly = stmt.readonly
22
}
23
get(...p: unknown[]) {
24
return
this.stmt.get(...p) as Record<string, unknown> | undefined
25
}
26
all(...p: unknown[]) {
27
return
this.stmt.all(...p) as Record<string, unknown>[]
28
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected