( notification: ServerNotification, )
| 145 | } |
| 146 | |
| 147 | function appServerEventFromNotification( |
| 148 | notification: ServerNotification, |
| 149 | ): RemoteAppServerEvent { |
| 150 | return { type: 'server_notification', notification } |
| 151 | } |
| 152 | |
| 153 | export function appServerEventRequiresDelivery( |
| 154 | event: RemoteAppServerEvent, |
no outgoing calls
no test coverage detected