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

Function ensureDir

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

Source from the content-addressed store, hash-verified

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

Callers 4

writeStateFunction · 0.85
appendLoopLogFunction · 0.85
createCheckpointFunction · 0.85
writeGoalReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected