MCPcopy
hub / github.com/codeaashu/claude-code / dequeuePendingNotification

Function dequeuePendingNotification

src/utils/messageQueueManager.ts:508–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

506
507/** @deprecated Use dequeue */
508export function dequeuePendingNotification(): QueuedCommand | undefined {
509 return dequeue()
510}
511
512/** @deprecated Use resetCommandQueue */
513export const resetPendingNotifications = resetCommandQueue

Callers

nothing calls this directly

Calls 1

dequeueFunction · 0.85

Tested by

no test coverage detected