MCPcopy Create free account
hub / github.com/SethGammon/Citadel / scheduleFinish

Function scheduleFinish

scripts/codex-app-server-capture.js:130–133  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

128}
129
130function scheduleFinish(reason) {
131 if (finishHandle || finished) return;
132 finishHandle = setTimeout(() => finish(reason), settleMs);
133}
134
135function finish(reason) {
136 if (finished) return;

Callers 1

handleMessageFunction · 0.85

Calls 1

finishFunction · 0.70

Tested by

no test coverage detected