()
| 93 | // logic in replBridge is a no-op for v1. |
| 94 | getLastSequenceNum: () => 0, |
| 95 | get droppedBatchCount() { |
| 96 | return hybrid.droppedBatchCount |
| 97 | }, |
| 98 | reportState: () => {}, |
| 99 | reportMetadata: () => {}, |
| 100 | reportDelivery: () => {}, |
nothing calls this directly
no outgoing calls
no test coverage detected