MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / delete

Method delete

moss_tts_realtime/fast_api.py:538–540  ·  view source on GitHub ↗
(self, session_id: str)

Source from the content-addressed store, hash-verified

536 return sess
537
538 def delete(self, session_id: str) -> None:
539 with self._lock:
540 self._sessions.pop(session_id, None)
541
542 def _start_worker(self, sess: SessionRuntime) -> None:
543 t = threading.Thread(

Callers 1

tts_session_closeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected