MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / isSubscribed

Method isSubscribed

packages/bot-ui/src/types.ts:123–123  ·  view source on GitHub ↗

Returns true if this conversation is currently subscribed.

()

Source from the content-addressed store, hash-verified

121 unsubscribe(): Promise<void>;
122 /** Returns true if this conversation is currently subscribed. */
123 isSubscribed(): Promise<boolean>;
124 /** Persist arbitrary per-thread state (e.g. workflow step). */
125 setState<T>(v: T): Promise<void>;
126 /** Read back per-thread state previously written with `setState`. */

Callers 1

thread.test.tsFile · 0.65

Implementers 1

Threadpackages/bot/src/thread.ts

Calls

no outgoing calls

Tested by

no test coverage detected