Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ all
Method
all
packages/core/src/query/message-query-functions.ts:23–23 ·
view source on GitHub ↗
(sql: string, params?: unknown[])
Source
from the content-addressed store, hash-verified
21
22
export
interface
AsyncSqlExecutor {
23
all<T>(sql: string, params?: unknown[]): Promise<T[]>
24
get<T>(sql: string, params?: unknown[]): Promise<T | undefined>
25
}
26
Callers
15
getNonSystemMembersForContacts
Function · 0.65
getPrivateContactFacts
Function · 0.65
getGroupContactFacts
Function · 0.65
getGroupRelationshipGraphFacts
Function · 0.65
getDatabaseSchema
Function · 0.65
getSegmentMessages
Function · 0.65
getSegmentSummaries
Function · 0.65
getSessionsByTimeRange
Function · 0.65
getRecentChatSessions
Function · 0.65
getChatSessionList
Function · 0.65
loadSegmentMessages
Function · 0.65
generateSessionIndex
Function · 0.65
Implementers
8
Stmt
packages/tools/src/providers/core-data
SqlitePreparedStatement
packages/http-routes/src/routes/shared
Stmt
packages/http-routes/src/routes/web/an
Stmt
packages/core/src/query/advanced/__tes
Stmt
packages/core/src/query/__tests__/cont
SqlitePreparedStatement
packages/core/src/query/__tests__/sess
StaticStatement
packages/core/src/query/__tests__/cont
BetterSqlitePreparedStatement
packages/node-runtime/src/better-sqlit
Calls
no outgoing calls
Tested by
5
all
Method · 0.52
all
Method · 0.52
all
Method · 0.52
all
Method · 0.52
all
Method · 0.52