MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / startup

Function startup

web-app/src/services/state/actions/editor.ts:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6export default (editorSend: any) => ({
7 startup(): void {
8 editorSend({
9 type: 'EDITOR_STARTUP',
10 })
11 },
12 configureNewTutorial(context: T.MachineContext) {
13 editorSend({
14 type: 'EDITOR_TUTORIAL_CONFIG',

Callers

nothing calls this directly

Calls 1

editorSendFunction · 0.85

Tested by

no test coverage detected