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

Function onContinue

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

Source from the content-addressed store, hash-verified

106 const tutorial = selectors.currentTutorial(props.context)
107
108 const onContinue = (): void => {
109 props.send({
110 type: 'NEXT_LEVEL',
111 })
112 }
113
114 const onRunTest = (): void => {
115 props.send({ type: 'RUN_TEST' })

Callers

nothing calls this directly

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected