(type, time, id)
| 576 | } |
| 577 | |
| 578 | deprecateMap(type, time, id) { |
| 579 | this._lastTimestamp = time; |
| 580 | this.getOrCreateMapEntry(id, time).deprecate(); |
| 581 | } |
| 582 | |
| 583 | processMapCreate(time, id) { |
| 584 | // map-create events might override existing maps if the addresses get |
no test coverage detected