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

Function handleResumed

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

Source from the content-addressed store, hash-verified

936 });
937
938 function handleResumed() {
939 currentBacktrace = null;
940 selectedFrame = null;
941 }
942
943 Debugger.on('resumed', handleResumed);
944

Callers 4

contFunction · 0.85
nextFunction · 0.85
stepFunction · 0.85
outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…