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

Function readMarker

lib/cli.js:220–226  ·  view source on GitHub ↗

* Read the composite deps marker. Returns the parsed JSON object * or null if the file is missing / corrupt.

()

Source from the content-addressed store, hash-verified

218 * or null if the file is missing / corrupt.
219 */
220function readMarker() {
221 try {
222 return JSON.parse(readFileSync(DEPS_MARKER, 'utf8'));
223 } catch {
224 return null;
225 }
226}
227
228/**
229 * Ensure the virtual environment exists and dependencies are installed.

Callers 2

ensureVenvFunction · 0.85
startServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected