MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / hashPythonSourceTree

Function hashPythonSourceTree

bin/ds.js:2474–2476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2472}
2473
2474function hashPythonSourceTree() {
2475 return hashDirectoryTree(path.join(repoRoot, 'src', 'deepscientist'), (filePath) => filePath.endsWith('.py'));
2476}
2477
2478function discoverSkillIds() {
2479 const skillsRoot = path.join(repoRoot, 'src', 'skills');

Callers 1

ensurePythonRuntimeFunction · 0.85

Calls 3

hashDirectoryTreeFunction · 0.85
joinMethod · 0.45
endsWithMethod · 0.45

Tested by

no test coverage detected