MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / queueDepth

Method queueDepth

src/bot/commands.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17export interface GatewayControls {
18 isBusy(): boolean;
19 queueDepth(): number;
20 /** Abort the running turn; returns whether one was actually running. */
21 abort(): boolean;
22 /** Drop the queue and forget the session (a fresh conversation). */

Callers 1

commands.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected