MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/claude/utils/OutgoingMessageQueue.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export class OutgoingMessageQueue {
21 private queue: QueueItem[] = [];
22 private nextId = 1;
23 private lock = new AsyncLock();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected