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

Method onStartupError

src/stores/apiServer.ts:83–83  ·  view source on GitHub ↗
(cb: (data: { error: string }) => void)

Source from the content-addressed store, hash-verified

81 setPort(port: number): Promise<ApiServerStatus>
82 regenerateToken(): Promise<ApiServerConfig>
83 onStartupError(cb: (data: { error: string }) => void): () => void
84 getDataSources(): Promise<DataSource[]>
85 addDataSource(partial: {
86 name?: string

Callers 2

createElectronTransportFunction · 0.80
listenStartupErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected