()
| 411 | readonly userStartedKernel: boolean; |
| 412 | start(options?: IStartOptions): Promise<IKernelSession>; |
| 413 | interrupt(): Promise<void>; |
| 414 | restart(): Promise<void>; |
| 415 | shutdown(): Promise<void>; |
| 416 | addHook( |
no outgoing calls
no test coverage detected