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

Function onProgress

apps/desktop/main/internal-api.ts:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 dm.deleteSessionDatabaseFiles(sessionId)
141 },
142 onProgress() {
143 /* no progress for merge-triggered import */
144 },
145 }
146 const result = await streamingImport(filePath, deps)
147 if (!result.sessionId) throw new Error('Import succeeded but no sessionId returned')

Callers 9

streamImportFunction · 0.50
fetchSSEWithHandlersFunction · 0.50
importFileMethod · 0.50
importPreparedChatMethod · 0.50
importDemoMethod · 0.50
incrementalImportMethod · 0.50
importDirectoryMethod · 0.50
consumeSseStreamFunction · 0.50
importDemoMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected