MCPcopy
hub / github.com/CopilotKit/CopilotKit / unsubscribe

Method unsubscribe

packages/bot/src/thread.ts:237–239  ·  view source on GitHub ↗

Remove the subscription for this conversation.

()

Source from the content-addressed store, hash-verified

235
236 /** Remove the subscription for this conversation. */
237 async unsubscribe(): Promise<void> {
238 await this.store.kv.delete(`sub:${this.deps.conversationKey}`);
239 }
240
241 /** Returns true if this conversation is currently subscribed. */
242 async isSubscribed(): Promise<boolean> {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected