Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
async
function
add (x) {
5
return
x +
await
f(20) +
await
f(30)
6
}
7
8
add(10).then(v => { console.log(v) })
Callers
1
src.js
File · 0.70
Calls
1
f
Function · 0.85
Tested by
no test coverage detected