MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / closeReplyStream

Function closeReplyStream

apps/web/components/codex-sessions-shell.tsx:695–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

693 const threadViewportVisible = !isMobileViewport || !sidebarOpen;
694
695 function closeReplyStream() {
696 replyStreamRef.current?.close();
697 replyStreamRef.current = null;
698 }
699
700 function replaceStreamAssistantMessages(
701 draftId: string,

Callers 3

applyRunSnapshotFunction · 0.85
startReplyStreamFunction · 0.85
CodexThreadPaneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected