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

Function apply

main.py:68–69  ·  view source on GitHub ↗
(state: JobState)

Source from the content-addressed store, hash-verified

66 shutil.copy2(str(pdf_path), str(source_pdf_path))
67
68 def apply(state: JobState) -> None:
69 state.artifacts.source_pdf_path = str(source_pdf_path)
70
71 # mutate via save -> load -> apply
72 loaded = load_job_state(job.id)

Callers 1

_create_jobFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected