| 26 | |
| 27 | const ( |
| 28 | // seqHeaderSize is the big-endian sequence number prepended to every queue |
| 29 | // message. Azure Storage Queues are at-least-once and not strictly FIFO, so |
| 30 | // the receiver uses this to dedup and reorder into a clean byte stream. |
| 31 | seqHeaderSize = 8 |
nothing calls this directly
no outgoing calls
no test coverage detected