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