MCPcopy
hub / github.com/vercel/next.js / setCurrentScenarios

Function setCurrentScenarios

turbopack/packages/devlow-bench/src/describe.ts:12–14  ·  view source on GitHub ↗
(scenarios: Scenario[] | null)

Source from the content-addressed store, hash-verified

10let currentScenarios: Scenario[] | null = null
11
12export function setCurrentScenarios(scenarios: Scenario[] | null): void {
13 currentScenarios = scenarios
14}
15
16export function describe<P>(
17 name: string,

Callers 1

cli.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected