MCPcopy Create free account
hub / github.com/Roy3838/Observer / dismissTutorial

Function dismissTutorial

app/src/components/EditAgent/SimpleCreatorModal.tsx:261–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 };
260
261 const dismissTutorial = () => {
262 localStorage.setItem('observer_creator_tutorial_seen', 'true');
263 setTutorialStep(0);
264 };
265
266 const restartTutorial = () => {
267 setStep(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected