()
| 24 | state.value = await useControlApi().startKernel() |
| 25 | } |
| 26 | const stop = async () => { |
| 27 | state.value = await useControlApi().stopKernel() |
| 28 | } |
| 29 | const restart = async () => { |
| 30 | state.value = await useControlApi().restartKernel() |
| 31 | } |
nothing calls this directly
no test coverage detected