(e3, t3)
| 3546 | this._data[e3] || (this._data[e3] = {}), this._data[e3][t3] = i3; |
| 3547 | } |
| 3548 | get(e3, t3) { |
| 3549 | return this._data[e3] ? this._data[e3][t3] : void 0; |
| 3550 | } |
| 3551 | clear() { |
| 3552 | this._data = {}; |
| 3553 | } |
nothing calls this directly
no outgoing calls
no test coverage detected