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

Function hasExportedMembers

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

Source from the content-addressed store, hash-verified

85537 }
85538 }
85539 function hasExportedMembers(moduleSymbol) {
85540 return ts.forEachEntry(moduleSymbol.exports, function (_, id) { return id !== "export="; });
85541 }
85542 function checkExternalModuleExports(node) {
85543 var moduleSymbol = getSymbolOfNode(node);
85544 var links = getSymbolLinks(moduleSymbol);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…