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

Function listScripts

lib/internal/debugger/inspect_repl.js:434–436  ·  view source on GitHub ↗
(displayNatives = false)

Source from the content-addressed store, hash-verified

432 }
433
434 function listScripts(displayNatives = false) {
435 print(formatScripts(displayNatives));
436 }
437 listScripts[customInspectSymbol] = function listWithoutInternal() {
438 return formatScripts();
439 };

Callers

nothing calls this directly

Calls 2

formatScriptsFunction · 0.85
printFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…