MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stop

Method stop

web/lib/api/messages.ts:87–87  ·  view source on GitHub ↗

Cancel any in-progress stream for this conversation.

(conversationId: string)

Source from the content-addressed store, hash-verified

85
86 /** Cancel any in-progress stream for this conversation. */
87 stop(conversationId: string): Promise<void>;
88}
89
90async function* streamRequest(

Callers 10

shutdownFunction · 0.65
initUpstreamProxyFunction · 0.65
startBunRelayFunction · 0.65
runFunction · 0.65
runHeadlessStreamingFunction · 0.65
shutdownFunction · 0.65
startFunction · 0.65
stopFunction · 0.65
useSSHSessionFunction · 0.65
useScheduledTasksFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected