Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
export
const
toggleRunVisibility = () => ({
93
type
:
'TOGGLE_RUN_VISIBILITY'
,
94
});
95
96
export
const
stopRun = (runID: string) => ({
97
type
:
'STOP_RUN'
,
Callers
4
WebviewManager
Function · 0.90
ipcMessageHandler
Function · 0.90
handleExportClick
Function · 0.90
handleViewRuns
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected