MCPcopy Create free account
hub / github.com/TanStack/ai / enqueue

Method enqueue

examples/ts-group-chat/chat-server/claude-service.ts:102–105  ·  view source on GitHub ↗
(request: ClaudeRequest)

Source from the content-addressed store, hash-verified

100 private isProcessing = false
101
102 enqueue(request: ClaudeRequest): void {
103 console.log(`🤖 Claude: Enqueuing request from ${request.username}`)
104 this.queue.push(request)
105 }
106
107 getQueueStatus(): ClaudeQueueStatus {
108 return {

Callers 13

startFunction · 0.80
startFunction · 0.80
idempotentControllerFunction · 0.80
startFunction · 0.80
startFunction · 0.80
startFunction · 0.80
startFunction · 0.80
api.invalidate.tsFile · 0.80
startFunction · 0.80
sendMessageMethod · 0.80
startFunction · 0.80
startFunction · 0.80

Calls 2

logMethod · 0.80
pushMethod · 0.45

Tested by 3

startFunction · 0.64
startFunction · 0.64
startFunction · 0.64