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

Function cleanupApiServer

apps/desktop/main/ipc/api.ts:262–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260}
261
262export async function cleanupApiServer(): Promise<void> {
263 stopAllTimers()
264 await apiServer.stop()
265}

Callers 1

cleanupAsyncFunction · 0.90

Calls 1

stopAllTimersFunction · 0.90

Tested by

no test coverage detected