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

Function validateSetup

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

Source from the content-addressed store, hash-verified

89 }
90 },
91 validateSetup() {
92 editorSend({
93 type: 'EDITOR_VALIDATE_SETUP',
94 })
95 },
96 requestWorkspaceSelect() {
97 editorSend({
98 type: 'EDITOR_REQUEST_WORKSPACE',

Callers

nothing calls this directly

Calls 1

editorSendFunction · 0.85

Tested by

no test coverage detected