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

Method updateDataSource

src/stores/apiServer.ts:92–92  ·  view source on GitHub ↗
(
    id: string,
    updates: Partial<Pick<DataSource, 'name' | 'baseUrl' | 'token' | 'intervalMinutes' | 'pullLimit' | 'enabled'>>
  )

Source from the content-addressed store, hash-verified

90 pullLimit?: number
91 }): Promise<DataSource>
92 updateDataSource(
93 id: string,
94 updates: Partial<Pick<DataSource, 'name' | 'baseUrl' | 'token' | 'intervalMinutes' | 'pullLimit' | 'enabled'>>
95 ): Promise<DataSource | null>

Callers 2

createElectronTransportFunction · 0.80
updateDataSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected