Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
836
function
setReplBuiltinLibs(value) {
837
_builtinLibs = value;
838
}
839
840
module.exports = {
841
REPL_MODE_SLOPPY: Symbol(
'repl-sloppy'
),
Callers
1
repl.js
File · 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…