MCPcopy Index your code
hub / github.com/browserify/browserify / src.js

File src.js

test/async/src.js:None–None  ·  view source on GitHub ↗

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) {

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected