MCPcopy
hub / github.com/ternjs/tern / f

Function f

test/cases/bind.js:1–1  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

1function f(a, b, c, d) { return a + b + c + d; }
2var g = f.bind(null, 1, 2);
3
4g(2, 3); //: number

Callers 10

mapFunction · 0.70
infer.jsFile · 0.50
withWorklistFunction · 0.50
withSuperFunction · 0.50
retFunction · 0.50
fillFunction · 0.50
handleIdFunction · 0.50
testFunction · 0.50
exportfunc.jsFile · 0.50
polyfill.jsFile · 0.50

Calls

no outgoing calls

Tested by 1

testFunction · 0.40