Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
state_path(job_id: UUID | str) -> Path:
37
return
job_dir(job_id) /
'job.json'
38
39
40
def
events_path(job_id: UUID | str) -> Path:
Callers
4
save_job_state
Function · 0.85
load_job_state
Function · 0.85
update_job_state
Function · 0.85
mutate_job_state
Function · 0.85
Calls
1
job_dir
Function · 0.85
Tested by
no test coverage detected