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

Method deleteDataSource

src/stores/apiServer.ts:96–96  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

94 updates: Partial<Pick<DataSource, 'name' | 'baseUrl' | 'token' | 'intervalMinutes' | 'pullLimit' | 'enabled'>>
95 ): Promise<DataSource | null>
96 deleteDataSource(id: string): Promise<boolean>
97 addImportSessions(
98 sourceId: string,
99 sessions: Array<{ name: string; remoteSessionId: string }>

Callers 2

createElectronTransportFunction · 0.80
deleteDataSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected