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

Function goalReportPath

src/index.js:998–1000  ·  view source on GitHub ↗
(directory, sessionID, job)

Source from the content-addressed store, hash-verified

996 handledCommands.delete(key);
997 return false;
998 }
999 if (entry.pending <= 1)
1000 handledCommands.delete(key);
1001 else
1002 handledCommands.set(key, { time: entry.time, pending: entry.pending - 1 });
1003 return true;

Callers 1

writeGoalReportFunction · 0.85

Calls 2

stateDirFunction · 0.85
safeIDFunction · 0.85

Tested by

no test coverage detected