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

Function parseCompactEvery

src/index.js:143–148  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

141 until: defaults.until,
142 stopFile: defaults.stopFile,
143 progressFile: defaults.progressFile,
144 promptFile: defaults.promptFile,
145 includeFiles: Array.isArray(defaults.includeFiles) ? [...defaults.includeFiles] : [],
146 watchPaths: Array.isArray(defaults.watchPaths) ? [...defaults.watchPaths] : [],
147 compactEveryRuns: defaults.compactEveryRuns ?? 0,
148 compactEveryMs: defaults.compactEveryMs ?? 0,
149 testCommand: defaults.testCommand,
150 verifyCommand: defaults.verifyCommand,
151 preflightCommand: defaults.preflightCommand,

Callers 1

parseLoopArgsFunction · 0.85

Calls 2

parseDurationFunction · 0.85
parsePositiveIntFunction · 0.85

Tested by

no test coverage detected