MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / result_path

Method result_path

src/deepscientist/admin/tasks.py:199–200  ·  view source on GitHub ↗
(self, task_id: str)

Source from the content-addressed store, hash-verified

197 return self.tasks_root / f"{task_id}.jsonl"
198
199 def result_path(self, task_id: str) -> Path:
200 return self.tasks_root / f"{task_id}.result.json"
201
202 def cache_path(self, name: str) -> Path:
203 normalized = str(name or "").strip() or "cache"

Callers 1

_runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected