MCPcopy 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
2406function runtimeToolsPath(home) {
2407 return path.join(home, 'runtime', 'tools');
2408}
2409
2410function runtimeUvRootPath(home) {
2411 return path.join(runtimeToolsPath(home), 'uv');

Callers 2

runtimeUvRootPathFunction · 0.85
ensurePythonRuntimeFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected