MCPcopy Create free account
hub / github.com/amelioro/ameliorate / useTutorialProgress

Function useTutorialProgress

src/web/tutorial/tutorialStore.ts:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40// hooks
41export const useTutorialProgress = () => {
42 return useTutorialStore((state) => ({
43 startedTutorials: state.startedTutorials,
44 completedTutorials: state.completedTutorials,
45 }));
46};
47
48// actions
49export const setTutorialHasStarted = (tutorial: Tutorial, track: Track | null) => {

Callers 1

HelpMenuFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected