MCPcopy 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
2426function useEditableProjectInstall() {
2427 return fs.existsSync(path.join(repoRoot, '.git'));
2428}
2429
2430function uvLockPath() {
2431 return path.join(repoRoot, 'uv.lock');

Callers 1

ensurePythonRuntimeFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected