MCPcopy Index your code
hub / github.com/cameri/nostream / EventImportStats

Interface EventImportStats

src/services/event-import-service.ts:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48const DEFAULT_BATCH_SIZE = 1000
49
50export interface EventImportStats {
51 errors: number
52 inserted: number
53 processed: number
54 skipped: number
55}
56
57export interface EventImportLineError {
58 lineNumber: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected