Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
processCompilationCacheEvent
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected