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

Method send

web-app/src/containers/Tutorial/index.tsx:92–92  ·  view source on GitHub ↗
(action: T.Action)

Source from the content-addressed store, hash-verified

90interface PageProps {
91 context: T.MachineContext
92 send(action: T.Action): void
93 state: string // 'Normal' | 'TestRunning' | 'Level.LevelComplete'
94}
95

Callers 5

onContinueFunction · 0.65
onRunTestFunction · 0.65
onResetFunction · 0.65
onResetToPositionFunction · 0.65
TutorialPageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected