(time, id, string)
| 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; |
nothing calls this directly
no test coverage detected