MCPcopy Create free account
hub / github.com/Surfer-Org/Protocol / toggleRunVisibility

Function toggleRunVisibility

desktop/src/renderer/state/actions.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92export const toggleRunVisibility = () => ({
93 type: 'TOGGLE_RUN_VISIBILITY',
94});
95
96export const stopRun = (runID: string) => ({
97 type: 'STOP_RUN',

Callers 4

WebviewManagerFunction · 0.90
ipcMessageHandlerFunction · 0.90
handleExportClickFunction · 0.90
handleViewRunsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected