MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getExportOrModuleUseName

Function getExportOrModuleUseName

tools/acorn-optimizer.mjs:452–454  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

450}
451
452function getExportOrModuleUseName(node) {
453 return node.property.value;
454}
455
456function isModuleUse(node) {
457 return (

Callers 3

emitDCEGraphFunction · 0.85
visitNodeFunction · 0.85
applyDCEGraphRemovalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected