Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepReviewer-v2
/ annotations_path
Function
annotations_path
deepreview/storage.py:44–45 ·
view source on GitHub ↗
(job_id: UUID | str)
Source
from the content-addressed store, hash-verified
42
43
44
def
annotations_path(job_id: UUID | str) -> Path:
45
return
job_dir(job_id) /
'annotations.json'
46
47
48
def
write_json_atomic(path: Path, payload: dict[str, Any]) -> None:
Callers
1
persist_annotations
Method · 0.90
Calls
1
job_dir
Function · 0.85
Tested by
no test coverage detected