MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / get_app

Method get_app

lightx2v/server/api/server.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 self.stop_processing.set()
172 if self.processing_thread and self.processing_thread.is_alive():
173 self.processing_thread.join(timeout=5)
174
175 services = get_services()
176 if services.file_service:
177 await services.file_service.cleanup()

Callers 1

run_serverFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected