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

Method createMapEntry

deps/v8/tools/system-analyzer/processor.mjs:596–601  ·  view source on GitHub ↗
(id, time)

Source from the content-addressed store, hash-verified

594 }
595
596 createMapEntry(id, time) {
597 this._lastTimestamp = time;
598 const map = new MapLogEntry(id, time);
599 this._mapTimeline.push(map);
600 return map;
601 }
602
603 getOrCreateMapEntry(id, time) {
604 if (id === '0x000000000000') return undefined;

Callers 2

processMapCreateMethod · 0.95
getOrCreateMapEntryMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected