MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / consumePendingPlanCard

Function consumePendingPlanCard

app/src/modules/renderer.js:456–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454}
455
456export function consumePendingPlanCard() {
457 const plan = normalizePlanContent(S.pendingPlanContent);
458 S.pendingPlanContent = '';
459 if (!plan) return;
460 renderPlanCard(plan);
461 scrollEnd();
462 scheduleSessionCacheSave();
463}
464
465// ---- Image overlay ----
466function showImageOverlay(src) {

Callers 2

showPlanApprovalFunction · 0.90
sendPlanOtherFunction · 0.90

Calls 4

normalizePlanContentFunction · 0.90
scrollEndFunction · 0.90
renderPlanCardFunction · 0.70
scheduleSessionCacheSaveFunction · 0.70

Tested by

no test coverage detected