MCPcopy
hub / github.com/MetaCubeX/metacubexd / stop

Function stop

packages/ui/stores/kernel.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

useControlApiFunction · 0.90

Tested by

no test coverage detected