MCPcopy Index your code
hub / github.com/nodejs/node / addCompilationCacheHit

Method addCompilationCacheHit

deps/v8/tools/parse-processor.mjs:114–116  ·  view source on GitHub ↗
(timestamp)

Source from the content-addressed store, hash-verified

112 }
113
114 addCompilationCacheHit(timestamp) {
115 this.compilationCacheHits.push(timestamp);
116 }
117
118 // Returns the smallest timestamp from the given list, ignoring
119 // uninitialized (-1) values.

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected