Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ getQueueDispatchMode
Method
getQueueDispatchMode
src/node/services/messageQueue.ts:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
getQueueDispatchMode(): QueueDispatchMode {
129
return
this.queueDispatchMode;
130
}
131
132
/**
133
* Add a message to the queue.
Callers
5
messageQueue.test.ts
File · 0.80
emitHistoricalEvents
Method · 0.80
queueMessage
Method · 0.80
hasQueuedMessages
Method · 0.80
emitQueuedMessageChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected