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

Function setReplBuiltinLibs

lib/internal/repl/utils.js:836–838  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

834}
835
836function setReplBuiltinLibs(value) {
837 _builtinLibs = value;
838}
839
840module.exports = {
841 REPL_MODE_SLOPPY: Symbol('repl-sloppy'),

Callers 1

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