| 174 | int32_t startingFrom; |
| 175 | int32_t documentCount; |
| 176 | ExtReplyHeader() : responseFlags(0), cursorID(0), startingFrom(0), documentCount(0) { |
| 177 | static_assert(sizeof(ExtReplyHeader) == 36, "ExtReplyHeader size mismatch"); |
| 178 | } |
| 179 | }; |
| 180 | #pragma pack(pop) |
| 181 |
nothing calls this directly
no outgoing calls
no test coverage detected