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

Function getReplBuiltinLibs

lib/internal/repl/utils.js:832–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830// are removed these two functions should also be removed as no longer necessary.
831
832function getReplBuiltinLibs() {
833 return _builtinLibs;
834}
835
836function setReplBuiltinLibs(value) {
837 _builtinLibs = value;

Callers 3

repl.jsFile · 0.85
completion.jsFile · 0.85
completeFunction · 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…