(uid)
| 191 | } |
| 192 | |
| 193 | _before(uid) { |
| 194 | const h = this._getActivity(uid, 'before'); |
| 195 | this._stamp(h, 'before'); |
| 196 | this._maybeLog(uid, h?.type, 'before'); |
| 197 | this.onbefore(uid); |
| 198 | } |
| 199 | |
| 200 | _after(uid) { |
| 201 | const h = this._getActivity(uid, 'after'); |
nothing calls this directly
no test coverage detected