(time, id)
| 581 | } |
| 582 | |
| 583 | processMapCreate(time, id) { |
| 584 | // map-create events might override existing maps if the addresses get |
| 585 | // recycled. Hence we do not check for existing maps. |
| 586 | this._lastTimestamp = time; |
| 587 | this.createMapEntry(id, time); |
| 588 | } |
| 589 | |
| 590 | processMapDetails(time, id, string) { |
| 591 | // TODO(cbruni): fix initial map logging. |
nothing calls this directly
no test coverage detected