MCPcopy Index your code
hub / github.com/nodejs/node / waitForPrompt

Function waitForPrompt

test/common/debugger.js:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 },
110
111 waitForPrompt() {
112 return this.waitFor(/>\s+$/);
113 },
114
115 async waitForInitialBreak() {
116 await this.waitFor(/break (?:on start )?in/i);

Callers

nothing calls this directly

Calls 1

waitForMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…