MCPcopy Create free account
hub / github.com/coderoad/coderoad-vscode / runReset

Function runReset

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

Source from the content-addressed store, hash-verified

111 })
112 },
113 runReset(): void {
114 editorSend({
115 type: 'EDITOR_RUN_RESET_LATEST',
116 })
117 },
118 // @ts-ignore
119 runResetToPosition: assign({
120 position: (context: T.MachineContext, event: T.MachineEvent) => {

Callers

nothing calls this directly

Calls 1

editorSendFunction · 0.85

Tested by

no test coverage detected