MCPcopy 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

finalizeMethod · 0.95
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected