(params: CloseSessionRequest)
| 57 | } |
| 58 | |
| 59 | closeSession(params: CloseSessionRequest) { |
| 60 | return run(this.service.closeSession(params)) |
| 61 | } |
| 62 | |
| 63 | unstable_forkSession(params: ForkSessionRequest) { |
| 64 | return run(this.service.forkSession(params)) |
no test coverage detected