MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Done

Method Done

lib/remote/httpmessage.hpp:267–267  ·  view source on GitHub ↗

* Check if the message has been fully serialized. * * @return true if the message is fully serialized; false otherwise. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected