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

Function createSession

packages/sync/src/pull-engine.test.ts:55–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55function createSession(): ImportSession {
56 return {
57 id: 'is_test',
58 name: 'Test Session',
59 remoteSessionId: 'remote_session',
60 targetSessionId: 'local_session',
61 lastPullAt: 100,
62 lastStatus: 'idle',
63 lastError: '',
64 lastNewMessages: 0,
65 }
66}
67
68function createEngine(options: {
69 files: string[]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected