MCPcopy 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
44def annotations_path(job_id: UUID | str) -> Path:
45 return job_dir(job_id) / 'annotations.json'
46
47
48def write_json_atomic(path: Path, payload: dict[str, Any]) -> None:

Callers 1

persist_annotationsMethod · 0.90

Calls 1

job_dirFunction · 0.85

Tested by

no test coverage detected