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

Function start

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

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

useControlApiFunction · 0.90

Tested by

no test coverage detected