Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
nextBuildWorkflow
Function · 0.85
nextDevWorkflow
Function · 0.85
Calls
1
kill
Method · 0.65
Tested by
no test coverage detected