MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / ensureSession

Function ensureSession

bin/mcp-server.js:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108async function ensureSession() {
109 if (shellSessionActive || pausedController) return
110 await startShellSession()
111}
112
113function normalizePluginOverrides(plugins) {
114 if (!plugins || typeof plugins !== 'object') return {}

Callers 1

mcp-server.jsFile · 0.85

Calls 1

startShellSessionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…