Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
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
50
def
main() -> int:
Callers
1
main
Function · 0.85
Calls
1
set
Function · 0.50
Tested by
no test coverage detected