Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
function
usedFromDeep2() {
79
}
80
var
func =
function
() {
81
usedFromDeep2();
82
};
83
84
// dyncalls
85
var
dynCall_v = Module[
"dynCall_v"
] = () => wasmExports[
"dynCall_v"
]();
Callers
nothing calls this directly
Calls
1
usedFromDeep2
Function · 0.85
Tested by
no test coverage detected