MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / stateDir

Function stateDir

src/index.js:317–317  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

315 if (value !== undefined)
316 job.goalEvidenceFile = stripOuterQuotes(value);
317 [value, rest] = takeFlagValue(rest, "--test");
318 if (value !== undefined)
319 job.testCommand = stripOuterQuotes(value);
320 [value, rest] = takeFlagValue(rest, "--verify");

Callers 7

statePathFunction · 0.85
writeStateFunction · 0.85
appendLoopLogFunction · 0.85
createCheckpointFunction · 0.85
goalReportPathFunction · 0.85
logsLoopFunction · 0.85
doctorLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected