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

Function collect

packages/vitest/src/runtime/worker.ts:72–74  ·  view source on GitHub ↗
(ctx: ContextRPC, worker: VitestWorker, traces: Traces)

Source from the content-addressed store, hash-verified

70}
71
72export function collect(ctx: ContextRPC, worker: VitestWorker, traces: Traces): Promise<void> {
73 return execute('collect', ctx, worker, traces)
74}
75
76export async function teardown(): Promise<void> {
77 await listeners.cleanup()

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected