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

Function isInternalSymbol

src/modules.mjs:428–430  ·  view source on GitHub ↗
(ident)

Source from the content-addressed store, hash-verified

426}
427
428function isInternalSymbol(ident) {
429 return ident + '__internal' in LibraryManager.library;
430}
431
432function getUnusedLibrarySymbols() {
433 const librarySymbolSet = new Set(librarySymbols);

Callers 2

getUnusedLibrarySymbolsFunction · 0.85
exportRuntimeSymbolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected