()
| 21 | state.value = await useControlApi().getKernelStatus() |
| 22 | } |
| 23 | const start = async () => { |
| 24 | state.value = await useControlApi().startKernel() |
| 25 | } |
| 26 | const stop = async () => { |
| 27 | state.value = await useControlApi().stopKernel() |
| 28 | } |
nothing calls this directly
no test coverage detected