MCPcopy
hub / github.com/coder/mux / isBusyForMessage

Method isBusyForMessage

src/node/services/workspaceService.ts:7806–7808  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

7804 }
7805
7806 isBusyForMessage(workspaceId: string): boolean {
7807 return this.sessions.get(workspaceId.trim())?.isBusy() === true;
7808 }
7809
7810 hasQueuedWorkspaceTurn(workspaceId: string, handleId: string): boolean {
7811 return this.sessions.get(workspaceId.trim())?.hasQueuedWorkspaceTurn(handleId) ?? false;

Callers 4

drainBashMonitorWakesMethod · 0.95
retryAfterIdleIfBusyMethod · 0.95
createWorkspaceTurnMethod · 0.80

Calls 2

isBusyMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected