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

Function onRunTest

web-app/src/containers/Tutorial/index.tsx:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 const onRunTest = (): void => {
115 props.send({ type: 'RUN_TEST' })
116 }
117
118 const onReset = (): void => {
119 props.send({ type: 'RUN_RESET' })

Callers

nothing calls this directly

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected