Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasBeenExecuted
Method
hasBeenExecuted
deps/v8/tools/parse-processor.mjs:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
hasBeenExecuted() {
111
return
this.executionTimestamp > 0;
112
}
113
114
addCompilationCacheHit(timestamp) {
115
this.compilationCacheHits.push(timestamp);
Callers
2
finalize
Method · 0.95
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected