Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderoad/coderoad-vscode
/ createActions
Function
createActions
web-app/src/services/state/actions/index.ts:6–11 ·
view source on GitHub ↗
(editorSend: any)
Source
from the content-addressed store, hash-verified
4
import
testActions from
'./testNotify'
5
6
const
createActions = (editorSend: any) => ({
7
...editorActions(editorSend),
8
...commandActions,
9
...contextActions,
10
...testActions,
11
})
12
13
export
default createActions
Callers
1
createOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected