Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepScientist
/ runtimeToolsPath
Function
runtimeToolsPath
bin/ds.js:2406–2408 ·
view source on GitHub ↗
(home)
Source
from the content-addressed store, hash-verified
2404
}
2405
2406
function
runtimeToolsPath(home) {
2407
return
path.join(home,
'runtime'
,
'tools'
);
2408
}
2409
2410
function
runtimeUvRootPath(home) {
2411
return
path.join(runtimeToolsPath(home),
'uv'
);
Callers
2
runtimeUvRootPath
Function · 0.85
ensurePythonRuntime
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected