MCPcopy
hub / github.com/virattt/dexter / isEmpty

Method isEmpty

src/utils/message-queue.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 peek(): QueuedMessage | undefined;
31 length(): number;
32 isEmpty(): boolean;
33 snapshot(): readonly QueuedMessage[];
34 subscribe(listener: QueueSubscriber): () => void;
35 clear(): void;

Callers 3

runQueryMethod · 0.80
runFunction · 0.80
drainQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected