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

Function help

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

Source from the content-addressed store, hash-verified

977
978 copyOwnProperties(context, {
979 get help() {
980 return print(HELP);
981 },
982
983 get run() {
984 return runAndInit();

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected