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

Function done_ids

scripts/run_claude_code_yaml_batch.py:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def done_ids() -> set[str]:
45 if not CONTEXT_ROOT.exists():
46 return set()
47 return {d.name for d in CONTEXT_ROOT.iterdir() if d.is_dir() and (d / 'validated.json').exists()}
48
49
50def main() -> int:

Callers 1

mainFunction · 0.85

Calls 1

setFunction · 0.50

Tested by

no test coverage detected