Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepScientist
/ useEditableProjectInstall
Function
useEditableProjectInstall
bin/ds.js:2426–2428 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2424
}
2425
2426
function
useEditableProjectInstall() {
2427
return
fs.existsSync(path.join(repoRoot,
'.git'
));
2428
}
2429
2430
function
uvLockPath() {
2431
return
path.join(repoRoot,
'uv.lock'
);
Callers
1
ensurePythonRuntime
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected