()
| 492 | |
| 493 | /** @deprecated Use getCommandQueueSnapshot */ |
| 494 | export function getPendingNotificationsSnapshot(): readonly QueuedCommand[] { |
| 495 | return snapshot |
| 496 | } |
| 497 | |
| 498 | /** @deprecated Use hasCommandsInQueue */ |
| 499 | export const hasPendingNotifications = hasCommandsInQueue |
nothing calls this directly
no outgoing calls
no test coverage detected