Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderoad/coderoad-vscode
/ onResetToPosition
Function
onResetToPosition
web-app/src/containers/Tutorial/index.tsx:122–124 ·
view source on GitHub ↗
(position: T.Position)
Source
from the content-addressed store, hash-verified
120
}
121
122
const onResetToPosition = (position: T.Position): void => {
123
props.send({ type:
'RUN_RESET_TO_POSITION'
, payload: { position } })
124
}
125
126
const [menuVisible, setMenuVisible] = React.useState(false)
127
Callers
1
onSettingsReset
Function · 0.85
Calls
1
send
Method · 0.65
Tested by
no test coverage detected