MCPcopy
hub / github.com/TencentARC/Pixal3D / _progress_file

Function _progress_file

app.py:284–286  ·  view source on GitHub ↗

Return path to a session's progress JSON file.

(session_id: str)

Source from the content-addressed store, hash-verified

282_thread_local = threading.local()
283
284def _progress_file(session_id: str) -> str:
285 """Return path to a session's progress JSON file."""
286 return os.path.join(PROGRESS_DIR, f"{session_id}.json")
287
288def _reset_progress(session_id: str):
289 _thread_local.active_session = session_id

Callers 2

_write_progress_fileFunction · 0.85
progress_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected