Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
runQuery
Method · 0.80
run
Function · 0.80
drainQueue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected