Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
f (x) {
return
new
Promise(resolve => {
2
process.nextTick(() => { resolve(x) }) }) }
3
4
async
function
add (x) {
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected