MCPcopy Create free account
hub / github.com/RITH-111/MAITRI-AI / resetSession

Function resetSession

BACKEND/Tools/tools/exercise/script.js:213–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213function resetSession(){
214 stopBreathing();
215 document.getElementById('timer').textContent = '00:00';
216 document.getElementById('instruction').textContent = 'Click the circle to begin';
217 document.getElementById('playBtn').textContent = 'Start';
218 currentPhase = 'inhale';
219
220}
221
222createParticles();
223

Callers

nothing calls this directly

Calls 1

stopBreathingFunction · 0.70

Tested by

no test coverage detected