MCPcopy 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
77async function ensureBootstrap() {
78 if (bootstrapDone) return
79 await codecept.bootstrap()
80 bootstrapDone = true
81}
82
83async function startShellSession() {
84 if (shellSessionActive) return

Callers 2

startShellSessionFunction · 0.85
mcp-server.jsFile · 0.85

Calls 1

bootstrapMethod · 0.80

Tested by

no test coverage detected