MCPcopy
hub / github.com/CopilotKit/CopilotKit / clearStatus

Function clearStatus

packages/bot-slack/src/event-renderer.ts:152–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 };
151 /** Clear the native status (best-effort). */
152 const clearStatus = async (): Promise<void> => {
153 if (!statusMode) return;
154 await setStatus("");
155 };
156 /** Whether this run has posted any visible reply yet (drives status clear). */
157 let postedReply = false;
158 const onFirstReply = async (): Promise<void> => {

Callers 4

onFirstReplyFunction · 0.85
onRunFinishedEventFunction · 0.85
onRunErrorEventFunction · 0.85
markInterruptedFunction · 0.85

Calls 1

setStatusFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…