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

Function askForStep

lib/pause.js:233–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233function askForStep() {
234 return new Promise(resolve => {
235 nextStep = resolve
236 rl.setPrompt(' I.', 3)
237 rl.resume()
238 rl.prompt([false])
239 })
240}
241
242function completer(line) {
243 const I = container.support('I')

Callers 1

pauseSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected