* Check if the message has been fully serialized. * * @return true if the message is fully serialized; false otherwise. */
| 265 | * @return true if the message is fully serialized; false otherwise. |
| 266 | */ |
| 267 | [[nodiscard]] bool Done() { return m_Serializer.is_done(); } |
| 268 | |
| 269 | /** |
| 270 | * Sends the contents of a file. |
nothing calls this directly
no outgoing calls
no test coverage detected