Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aykutkardas/regexlearn.com
/ handleChangeStep
Function
handleChangeStep
src/components/LearnProgress.tsx:22–27 ·
view source on GitHub ↗
(step: number)
Source
from the content-addressed store, hash-verified
20
}, [step]);
21
22
const handleChangeStep = (step: number) => {
23
if (step > lastStep) return;
24
25
updateStorage(step);
26
setStep(step);
27
};
28
29
const toggleProgress = () => setOpen(!open);
30
Callers
1
LearnProgress
Function · 0.70
Calls
1
updateStorage
Function · 0.85
Tested by
no test coverage detected