MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / requirementsHash

Function requirementsHash

lib/cli.js:211–214  ·  view source on GitHub ↗

SHA-256 hash of the requirements-prod.txt file contents.

()

Source from the content-addressed store, hash-verified

209
210/** SHA-256 hash of the requirements-prod.txt file contents. */
211function requirementsHash() {
212 const content = readFileSync(REQUIREMENTS_FILE, 'utf8');
213 return createHash('sha256').update(content).digest('hex');
214}
215
216/**
217 * Read the composite deps marker. Returns the parsed JSON object

Callers 2

ensureVenvFunction · 0.85
startServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected