MCPcopy Index your code
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 const checks = takeAllFlagValues(rest, "--check")
318 job.goalChecks.push(...checks[0].map(stripOuterQuotes).filter(Boolean))
319 rest = checks[1]
320
321 job.action = stripOuterQuotes(rest || job.action || "")
322 job.watchPaths = [...new Set(job.watchPaths)]

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected