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

Function cont

lib/internal/debugger/inspect_repl.js:995–998  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

993 },
994
995 get cont() {
996 handleResumed();
997 return Debugger.resume();
998 },
999
1000 get next() {
1001 handleResumed();

Callers

nothing calls this directly

Calls 2

handleResumedFunction · 0.85
resumeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…