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

Method delete

app.py:446–448  ·  view source on GitHub ↗
(self, stream_id: str)

Source from the content-addressed store, hash-verified

444 return job
445
446 def delete(self, stream_id: str) -> StreamingJob | None:
447 with self._lock:
448 return self._jobs.pop(stream_id, None)
449
450
451def _warmup_status_text(snapshot: WarmupSnapshot) -> str:

Callers 1

generate_stream_closeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected