Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mishoo/UglifyJS
/ g
Function
g
test/compress/if_return.js:192–197 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
190
}
191
192
function
g(e) {
193
if
(a(e))
return
foo();
194
if
(b(e))
return
bar();
195
if
(c(e))
return
baz();
196
fail(e);
197
}
198
199
function
h(e) {
200
if
(a(e))
return
foo();
Callers
1
f
Function · 0.70
Calls
12
u
Function · 0.85
v
Function · 0.85
a
Function · 0.70
foo
Function · 0.70
b
Function · 0.70
bar
Function · 0.70
c
Function · 0.70
baz
Function · 0.70
x
Function · 0.70
y
Function · 0.70
z
Function · 0.70
fail
Function · 0.50
Tested by
no test coverage detected