MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / getActiveChannelIds

Method getActiveChannelIds

src/runtime/adapters/types.ts:154–154  ·  view source on GitHub ↗

Get in-memory active channel IDs

()

Source from the content-addressed store, hash-verified

152 abort(channelId: string): void;
153
154 /** Check if a channel is currently running */
155 isRunning(channelId: string): boolean;
156
157 /** Dispose the session for a channel */

Callers 2

handleRequestMethod · 0.65
getWebConversationsMethod · 0.65

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected