(uid)
| 198 | } |
| 199 | |
| 200 | _after(uid) { |
| 201 | const h = this._getActivity(uid, 'after'); |
| 202 | this._stamp(h, 'after'); |
| 203 | this._maybeLog(uid, h?.type, 'after'); |
| 204 | this.onafter(uid); |
| 205 | } |
| 206 | |
| 207 | _destroy(uid) { |
| 208 | const h = this._getActivity(uid, 'destroy'); |
nothing calls this directly
no test coverage detected