()
| 69 | } |
| 70 | |
| 71 | accept() { |
| 72 | this._cleanup && this._cleanup(); |
| 73 | this._initialResponse = true; |
| 74 | this._cbfinal(true); |
| 75 | } |
| 76 | reject(methodsLeft, isPartial) { |
| 77 | this._cleanup && this._cleanup(); |
| 78 | this._initialResponse = true; |
no outgoing calls
no test coverage detected