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

Function taskQueueDebug

src/node/services/taskQueueDebug.ts:1–4  ·  view source on GitHub ↗
(message: string, details?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

1export function taskQueueDebug(message: string, details?: Record<string, unknown>): void {
2 if (process.env.MUX_DEBUG_TASK_QUEUE !== "1") return;
3 console.log(`[task-queue] ${message}`, details ?? {});
4}

Callers 5

sendMessageMethod · 0.90
resumeStreamMethod · 0.90
createMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected