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

Method sessionExists

packages/sync/src/types.ts:133–133  ·  view source on GitHub ↗

Check if a local session database exists

(sessionId: string)

Source from the content-addressed store, hash-verified

131
132 /** Check if a local session database exists */
133 sessionExists(sessionId: string): boolean
134}
135
136/**

Callers 2

importTempFileMethod · 0.65
adapters.test.tsFile · 0.65

Implementers 2

WorkerImporterapps/desktop/main/api/adapters.ts
DirectImporterapps/cli/src/sync/adapters.ts

Calls

no outgoing calls

Tested by

no test coverage detected