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

Method isBusy

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

Source from the content-addressed store, hash-verified

16/** The slice of the gateway a command may drive (kept tiny + testable). */
17export interface GatewayControls {
18 isBusy(): boolean;
19 queueDepth(): number;
20 /** Abort the running turn; returns whether one was actually running. */
21 abort(): boolean;

Callers 1

commands.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected