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

Function embedderRequire

lib/internal/main/embedding.js:102–104  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

100}
101
102function embedderRequire(id) {
103 return loadBuiltinModuleForEmbedder(id).exports;
104}
105
106function embedderRunESM(content, filename) {
107 let resourceName;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…