MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / state_path

Function state_path

deepreview/storage.py:36–37  ·  view source on GitHub ↗
(job_id: UUID | str)

Source from the content-addressed store, hash-verified

34
35
36def state_path(job_id: UUID | str) -> Path:
37 return job_dir(job_id) / 'job.json'
38
39
40def events_path(job_id: UUID | str) -> Path:

Callers 4

save_job_stateFunction · 0.85
load_job_stateFunction · 0.85
update_job_stateFunction · 0.85
mutate_job_stateFunction · 0.85

Calls 1

job_dirFunction · 0.85

Tested by

no test coverage detected