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

Method error

packages/node-runtime/src/import/streaming-importer.ts:58–58  ·  view source on GitHub ↗
(message: string, err?: Error)

Source from the content-addressed store, hash-verified

56export interface ImportLogger {
57 info(message: string): void
58 error(message: string, err?: Error): void
59 perf(label: string, messageCount: number, batchSize?: number): void
60 perfDetail(detail: string): void
61 summary(messageCount: number, memberCount: number): void

Callers 15

saveMethod · 0.65
searchByFtsFunction · 0.65
app-logger.test.tsFile · 0.65
writeMethod · 0.65
app-logger.tsFile · 0.65
streamImportSingleFunction · 0.65
incrementalImportFunction · 0.65
setConfigMethod · 0.65
saveMethod · 0.65
trackMethod · 0.65
handleTaskFailureMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected