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

Method releaseImportSource

src/services/import/fetch.ts:134–138  ·  view source on GitHub ↗
(sourceId: string)

Source from the content-addressed store, hash-verified

132 }
133
134 async releaseImportSource(sourceId: string): Promise<void> {
135 await fetchWithAuth(`${getBaseUrl()}/import-sources/${encodeURIComponent(sourceId)}`, {
136 method: 'DELETE',
137 })
138 }
139
140 getSupportedFormats(): Promise<FormatInfo[]> {
141 return get('/supported-formats')

Callers

nothing calls this directly

Calls 2

fetchWithAuthFunction · 0.90
getBaseUrlFunction · 0.90

Tested by

no test coverage detected