MCPcopy Index your code
hub / github.com/microsoft/AI-Engineering-Coach / ProgressMessage

Interface ProgressMessage

src/core/parse-worker.ts:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const CHUNK_ACK_WINDOW = 4;
32
33interface ProgressMessage {
34 type: 'progress';
35 progress: LoadProgress;
36}
37
38const port = parentPort;
39const canUseProcessChannel = typeof process.send === 'function';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected