MCPcopy Index your code
hub / github.com/OpenMOSS/MOSS-TTS-Nano / get

Method get

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

Source from the content-addressed store, hash-verified

426 return job
427
428 def get(self, stream_id: str) -> StreamingJob | None:
429 with self._lock:
430 return self._jobs.get(stream_id)
431
432 def close(self, stream_id: str) -> StreamingJob | None:
433 with self._lock:

Callers 15

__post_init__Method · 0.80
__init__Method · 0.80
_create_sessionsMethod · 0.80
synthesizeMethod · 0.80
synthesize_streamMethod · 0.80
synthesizeMethod · 0.80
synthesize_streamMethod · 0.80
_build_runtime_lockedMethod · 0.80
_load_demo_entriesFunction · 0.80
closeMethod · 0.80
_format_run_statusFunction · 0.80
_format_stream_statusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected