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

Function watchers

lib/internal/debugger/inspect_repl.js:682–684  ·  view source on GitHub ↗
(verbose = false)

Source from the content-addressed store, hash-verified

680 }
681
682 function watchers(verbose = false) {
683 return PromisePrototypeThen(formatWatchers(verbose), print);
684 }
685
686 // List source code
687 function list(delta = 5) {

Callers

nothing calls this directly

Calls 1

formatWatchersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…