MCPcopy
hub / github.com/vitest-dev/vitest / finishSendTasksUpdate

Function finishSendTasksUpdate

packages/runner/src/run.ts:497–500  ·  view source on GitHub ↗
(runner: VitestRunner)

Source from the content-addressed store, hash-verified

495}
496
497export async function finishSendTasksUpdate(runner: VitestRunner): Promise<void> {
498 sendTasksUpdate(runner)
499 await Promise.all(pendingTasksUpdates)
500}
501
502function throttle<T extends (...args: any[]) => void>(fn: T, ms: number): T {
503 let last = 0

Callers 3

recordArtifactFunction · 0.90
createTestContextFunction · 0.90
startTestsFunction · 0.85

Calls 2

sendTasksUpdateFunction · 0.85
allMethod · 0.80

Tested by

no test coverage detected