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

Function getExportsOfModuleAsArray

test/fixtures/snapshot/typescript.js:51409–51411  ·  view source on GitHub ↗
(moduleSymbol)

Source from the content-addressed store, hash-verified

51407 return moduleSymbol.exports.get("export=" /* InternalSymbolName.ExportEquals */) !== undefined;
51408 }
51409 function getExportsOfModuleAsArray(moduleSymbol) {
51410 return symbolsToArray(getExportsOfModule(moduleSymbol));
51411 }
51412 function getExportsAndPropertiesOfModule(moduleSymbol) {
51413 var exports = getExportsOfModuleAsArray(moduleSymbol);
51414 var exportEquals = resolveExternalModuleSymbol(moduleSymbol);

Calls 2

symbolsToArrayFunction · 0.85
getExportsOfModuleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…