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

Function isCurrentScript

lib/internal/debugger/inspect_repl.js:414–416  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

412 }
413
414 function isCurrentScript(script) {
415 return selectedFrame && getCurrentLocation().scriptId === script.scriptId;
416 }
417
418 function formatScripts(displayNatives = false) {
419 function isVisible(script) {

Callers 2

isVisibleFunction · 0.85
formatScriptsFunction · 0.85

Calls 1

getCurrentLocationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…