MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / get

Method get

packages/core/src/query/message-query-functions.ts:24–24  ·  view source on GitHub ↗
(sql: string, params?: unknown[])

Source from the content-addressed store, hash-verified

22export interface AsyncSqlExecutor {
23 all<T>(sql: string, params?: unknown[]): Promise<T[]>
24 get<T>(sql: string, params?: unknown[]): Promise<T | undefined>
25}
26
27// ==================== Result types ====================

Callers 15

resolveOwnerMemberFunction · 0.65
getPrivateContactFactsFunction · 0.65
ensureReplyStatsFunction · 0.65
getGroupContactFactsFunction · 0.65
ensureEdgeFunction · 0.65
getSummaryCountFunction · 0.65
getLastPlatformMessageIdFunction · 0.65
isChatSessionDbFunction · 0.65
getSessionMetaFunction · 0.65
getSessionOverviewFunction · 0.65

Implementers 8

Stmtpackages/tools/src/providers/core-data
SqlitePreparedStatementpackages/http-routes/src/routes/shared
Stmtpackages/http-routes/src/routes/web/an
Stmtpackages/core/src/query/advanced/__tes
Stmtpackages/core/src/query/__tests__/cont
SqlitePreparedStatementpackages/core/src/query/__tests__/sess
StaticStatementpackages/core/src/query/__tests__/cont
BetterSqlitePreparedStatementpackages/node-runtime/src/better-sqlit

Calls

no outgoing calls

Tested by 11

getMethod · 0.52
allFunction · 0.52
getFunction · 0.52
getFunction · 0.52
allFunction · 0.52
getMethod · 0.52
getMethod · 0.52
countRowsFunction · 0.52
getMetaGapThresholdFunction · 0.52
getMethod · 0.52
getMethod · 0.52