MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / syncQueuedState

Function syncQueuedState

tools/claw-launcher-ui/server.mjs:700–703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

698}
699
700function syncQueuedState() {
701 state.run.queue = runQueue.map(summarizeQueuedRun)
702 state.run.pendingApproval = summarizePendingApproval(pendingApprovalRequest)
703}
704
705function runDangerSignals(prompt) {
706 const text = String(prompt || '')

Callers 10

snapshotStateFunction · 0.85
buildDiagnosticsReportFunction · 0.85
loadRuntimeQueueStateFunction · 0.85
queueRunRequestFunction · 0.85
markPendingApprovalFunction · 0.85
clearQueuedRunsFunction · 0.85
executeRunRequestFunction · 0.85
pumpRunQueueFunction · 0.85
approvePendingRunFunction · 0.85
rejectPendingRunFunction · 0.85

Calls 1

summarizePendingApprovalFunction · 0.85

Tested by

no test coverage detected