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

Method processMapDetails

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

Source from the content-addressed store, hash-verified

588 }
589
590 processMapDetails(time, id, string) {
591 // TODO(cbruni): fix initial map logging.
592 const map = this.getOrCreateMapEntry(id, time);
593 map.description = string;
594 }
595
596 createMapEntry(id, time) {
597 this._lastTimestamp = time;

Callers

nothing calls this directly

Calls 1

getOrCreateMapEntryMethod · 0.95

Tested by

no test coverage detected