(data: VMResponse)
| 360 | } |
| 361 | |
| 362 | public storeData(data: VMResponse): number { |
| 363 | return this.manager.storeData(this, data); |
| 364 | } |
| 365 | |
| 366 | public handlePaused(pauseEvent: VMEvent) { |
| 367 | this.atAsyncSuspension = pauseEvent.atAsyncSuspension === true; |
no outgoing calls
no test coverage detected