MCPcopy
hub / github.com/BuilderIO/agent-native / progress.spec.ts

File progress.spec.ts

packages/core/src/progress/progress.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach } from "vitest";
2
3const mockInsertRun = vi.fn();
4const mockUpdateRun = vi.fn();

Callers

nothing calls this directly

Calls 9

stubRunFunction · 0.85
updateRunProgressFunction · 0.85
completeRunFunction · 0.85
createProgressHandlerFunction · 0.85
runMethod · 0.80
startRunFunction · 0.70
createEventFunction · 0.70
handlerFunction · 0.50

Tested by

no test coverage detected