MCPcopy
hub / github.com/browserify/browserify / add

Function add

test/async/src.js:4–6  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

2 process.nextTick(() => { resolve(x) }) }) }
3
4async function add (x) {
5 return x + await f(20) + await f(30)
6}
7
8add(10).then(v => { console.log(v) })

Callers 1

src.jsFile · 0.70

Calls 1

fFunction · 0.85

Tested by

no test coverage detected