Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ ensureBootstrap
Function
ensureBootstrap
bin/mcp-server.js:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
async
function
ensureBootstrap() {
78
if
(bootstrapDone)
return
79
await
codecept.bootstrap()
80
bootstrapDone = true
81
}
82
83
async
function
startShellSession() {
84
if
(shellSessionActive)
return
Callers
2
startShellSession
Function · 0.85
mcp-server.js
File · 0.85
Calls
1
bootstrap
Method · 0.80
Tested by
no test coverage detected