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

Function cancelCurrentRun

packages/browser/src/node/rpc.ts:289–291  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

287 return result?.map
288 },
289 cancelCurrentRun(reason) {
290 vitest.cancelCurrentRun(reason)
291 },
292 async resolveId(id, importer) {
293 return mockResolver.resolveId(id, importer)
294 },

Callers

nothing calls this directly

Calls 1

cancelCurrentRunMethod · 0.80

Tested by

no test coverage detected