Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ load
Method
load
deps/npm/lib/utils/timers.js:29–32 ·
view source on GitHub ↗
({ path, timing } = {})
Source
from the content-addressed store, hash-verified
27
}
28
29
load ({ path, timing } = {}) {
30
this.#timing = timing
31
this.#file = `${path}timing.json`
32
}
33
34
finish (metadata) {
35
time.end(INITIAL_TIMER)
Callers
7
writePolicyChanges
Method · 0.45
#npxCache
Method · 0.45
setWorkspace
Method · 0.45
get
Method · 0.45
set
Method · 0.45
delete
Method · 0.45
entry.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected