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

Function handleRejectPendingRun

ai-code-studio/src/App.tsx:459–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 }
458
459 async function handleRejectPendingRun() {
460 try {
461 await api('/api/approvals/reject', { method: 'POST' });
462 } catch (error) {
463 setErrorMessage(error instanceof Error ? error.message : String(error));
464 }
465 }
466
467 async function handleClearQueue() {
468 try {

Callers 1

AppFunction · 0.85

Calls 1

apiFunction · 0.90

Tested by

no test coverage detected