MCPcopy 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

writePolicyChangesMethod · 0.45
#npxCacheMethod · 0.45
setWorkspaceMethod · 0.45
getMethod · 0.45
setMethod · 0.45
deleteMethod · 0.45
entry.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected