MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / makeOverview

Function makeOverview

packages/core/src/query/__tests__/session-queries.test.ts:37–45  ·  view source on GitHub ↗
(overrides?: Partial<SessionOverview>)

Source from the content-addressed store, hash-verified

35}
36
37function makeOverview(overrides?: Partial<SessionOverview>): SessionOverview {
38 return {
39 totalMessages: 500,
40 totalMembers: 10,
41 firstMessageTs: 1600000000,
42 lastMessageTs: 1700000000,
43 ...overrides,
44 }
45}
46
47type QueryResult = Record<string, unknown>
48

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected