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

Function killShell

scripts/devlow-bench.mjs:98–103  ·  scripts/devlow-bench.mjs::killShell
()

Source from the content-addressed store, hash-verified

96 env: serverEnv,
97 })
98 const killShell = async () => {
99 if (shell) {
100 await shell.kill()
101 shell = null
102 }
103 }
104 cleanupTasks.push(killShell)
105
106 class="cm">// wait for server to be ready

Callers 2

nextBuildWorkflowFunction · 0.85
nextDevWorkflowFunction · 0.85

Calls 1

killMethod · 0.65

Tested by

no test coverage detected