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

Function closeGroup

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

Source from the content-addressed store, hash-verified

169
170// ---- Step group management ----
171export function closeGroup() {
172 if (S.currentGroup) {
173 S.currentGroup.querySelector('.step-count').textContent = S.currentGroupCount + ' steps';
174 S.currentGroup = null;
175 S.currentGroupCount = 0;
176 }
177}
178
179function ensureGroup() {
180 if (!S.currentGroup) {

Callers 10

execCmdFunction · 0.90
sendFunction · 0.90
renderPlanCardFunction · 0.70
renderUserFunction · 0.70
renderInterruptBannerFunction · 0.70
renderCostCardFunction · 0.70
renderCompactSummaryFunction · 0.70
renderAssistantFunction · 0.70
renderThinkingFunction · 0.70
attachResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected