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

Method getSchemeOnlyModuleNames

lib/internal/bootstrap/realm.js:329–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 static getSchemeOnlyModuleNames() {
330 return ArrayFrom(schemelessBlockList);
331 }
332
333 static getAllBuiltinModuleIds() {
334 const allBuiltins = ArrayFrom(canBeRequiredByUsersWithoutSchemeList);

Callers 1

completion.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected