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

Function pathExists

src/index.js:320–320  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

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

Callers 2

maybeRunDueJobsFunction · 0.85
initLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected