MCPcopy
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

fFunction · 0.70

Calls 12

uFunction · 0.85
vFunction · 0.85
aFunction · 0.70
fooFunction · 0.70
bFunction · 0.70
barFunction · 0.70
cFunction · 0.70
bazFunction · 0.70
xFunction · 0.70
yFunction · 0.70
zFunction · 0.70
failFunction · 0.50

Tested by

no test coverage detected