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

Function func

test/js_optimizer/emitDCEGraph.js:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78function usedFromDeep2() {
79}
80var func = function() {
81 usedFromDeep2();
82};
83
84// dyncalls
85var dynCall_v = Module["dynCall_v"] = () => wasmExports["dynCall_v"]();

Callers

nothing calls this directly

Calls 1

usedFromDeep2Function · 0.85

Tested by

no test coverage detected