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

Function runEmbedderPreload

lib/internal/process/pre_execution.js:761–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

759}
760
761function runEmbedderPreload() {
762 internalBinding('mksnapshot').runEmbedderPreload(process, require);
763}
764
765function loadPreloadModules() {
766 // For user code, we preload modules if `-r` is passed

Callers 1

initializeModuleLoadersFunction · 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…