Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ fn
Function
fn
workspaces/arborist/scripts/benchmark/reify.js:97–104 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
95
}
96
},
97
async
fn (d) {
98
await
new
Arborist({
99
path,
100
registry,
101
cache: /no-cache/.test(path) ? resolve(path,
'cache'
) : cache,
102
}).reify()
103
d.resolve()
104
},
105
})
106
}
107
}
Callers
7
listener
Function · 0.50
filter
Method · 0.50
debug.js
File · 0.50
tree-check.js
File · 0.50
reify.js
File · 0.50
main
Function · 0.50
prompt.js
File · 0.50
Calls
3
resolve
Function · 0.85
resolve
Method · 0.80
reify
Method · 0.45
Tested by
no test coverage detected