MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getPendingNotificationsSnapshot

Function getPendingNotificationsSnapshot

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

Source from the content-addressed store, hash-verified

492
493/** @deprecated Use getCommandQueueSnapshot */
494export function getPendingNotificationsSnapshot(): readonly QueuedCommand[] {
495 return snapshot
496}
497
498/** @deprecated Use hasCommandsInQueue */
499export const hasPendingNotifications = hasCommandsInQueue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected