MCPcopy Index your code
hub / github.com/ByBrawe/opencode-loop / isGoalJob

Function isGoalJob

src/index.js:616–618  ·  view source on GitHub ↗
(job)

Source from the content-addressed store, hash-verified

614 if (!knownSessions.size && heartbeatTimer) {
615 clearInterval(heartbeatTimer)
616 heartbeatTimer = undefined
617 }
618}
619
620function presetDefaults(name, args) {
621 const [maybeDuration, rest] = splitFirst(args)

Callers 13

goalStatusTextFunction · 0.85
buildPromptFunction · 0.85
jobDueAtFunction · 0.85
startWatchdogFunction · 0.85
dueJobsFunction · 0.85
writeGoalReportFunction · 0.85
runGoalChecksFunction · 0.85
finalizeActiveRunFunction · 0.85
maybeRunDueJobsFunction · 0.85
pauseGoalFunction · 0.85
resumeGoalFunction · 0.85
clearGoalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected