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

Method getProvidedContext

packages/vitest/src/node/core.ts:483–485  ·  view source on GitHub ↗

* Get global provided context.

()

Source from the content-addressed store, hash-verified

481 * Get global provided context.
482 */
483 public getProvidedContext(): ProvidedContext {
484 return this.getRootProject().getProvidedContext()
485 }
486
487 /** @internal */
488 _ensureRootProject(): TestProject {

Callers 3

resolveOrchestratorFunction · 0.45
executeTestsFunction · 0.45
runTestsMethod · 0.45

Calls 1

getRootProjectMethod · 0.95

Tested by

no test coverage detected