MCPcopy 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

4import testActions from './testNotify'
5
6const createActions = (editorSend: any) => ({
7 ...editorActions(editorSend),
8 ...commandActions,
9 ...contextActions,
10 ...testActions,
11})
12
13export default createActions

Callers 1

createOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected