MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / requestStopScript

Function requestStopScript

src/pages/store/features/script.ts:43–45  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

41};
42
43export const requestStopScript = async (uuid: string) => {
44 return await runtimeClient.stopScript(uuid);
45};
46
47// export const requestDeleteScript = createAsyncThunk("script/deleteScript", async (uuid: string) => {
48// return await scriptClient.delete(uuid);

Callers 1

ScriptListFunction · 0.90

Calls 1

stopScriptMethod · 0.45

Tested by

no test coverage detected