MCPcopy
hub / github.com/browserify/browserify / f

Function f

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

Source from the content-addressed store, hash-verified

1function f (x) { return new Promise(resolve => {
2 process.nextTick(() => { resolve(x) }) }) }
3
4async function add (x) {
5 return x + await f(20) + await f(30)

Callers 3

index.jsFile · 0.85
addFunction · 0.85
main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected