MCPcopy
hub / github.com/codeaashu/claude-code / setStatus

Function setStatus

src/screens/REPL.tsx:4302–4306  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

4300 // async render go silent).
4301 const gen = editorGenRef.current;
4302 const setStatus = (s: string): void => {
4303 if (gen !== editorGenRef.current) return;
4304 clearTimeout(editorTimerRef.current);
4305 setEditorStatus(s);
4306 };
4307 setStatus(`rendering ${deferredMessages.length} messages…`);
4308 void (async () => {
4309 try {

Callers 5

REPLFunction · 0.70
loadChangesFunction · 0.50
handleSelectFunction · 0.50
handleScreenshotFunction · 0.50
useApiKeyVerificationFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected