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

Function require

lib/internal/modules/helpers.js:190–192  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

188 }
189
190 function require(path) {
191 return mod.require(path);
192 }
193
194 /**
195 * The `resolve` method that gets attached to module-scope `require`.

Callers 15

findPackageJSONFunction · 0.70
run_main.jsFile · 0.70
resolveMainPathFunction · 0.70
executeUserEntryPointFunction · 0.70
loadWithHooksFunction · 0.70
helpers.jsFile · 0.70
lazyModuleFunction · 0.70
addBuiltinLibsToObjectFunction · 0.70
getBuiltinModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…