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

Function runTest

web-app/src/services/state/actions/editor.ts:107–112  ·  view source on GitHub ↗
(context: T.MachineContext)

Source from the content-addressed store, hash-verified

105 })
106 },
107 runTest(context: T.MachineContext) {
108 editorSend({
109 type: 'EDITOR_RUN_TEST',
110 payload: { position: context.position },
111 })
112 },
113 runReset(): void {
114 editorSend({
115 type: 'EDITOR_RUN_RESET_LATEST',

Callers

nothing calls this directly

Calls 1

editorSendFunction · 0.85

Tested by

no test coverage detected