MCPcopy Create free account
hub / github.com/ding113/claude-code-hub /

Class

tests/unit/notification/notification-queue.test.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21class MockQueue {
22 processHandler: ((job: MockJob) => Promise<unknown>) | null = null;
23 add = queueAdd;
24 getRepeatableJobs = queueGetRepeatableJobs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected