Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ c
Function
c
test/js_optimizer/minifyLocals-output.js:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
function
b() {}
6
7
function
c() {
8
var
a = 10;
9
return
a;
10
}
11
12
function
d(f, g, h) {
13
var
i, j, k, l;
Callers
1
l
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected