Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
let
currentScenarios: Scenario[] | null = null
11
12
export
function
setCurrentScenarios(scenarios: Scenario[] | null): void {
13
currentScenarios = scenarios
14
}
15
16
export
function
describe<P>(
17
name: string,
Callers
1
cli.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected