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

Method Clear

lib/remote/httpmessage.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147template<bool isRequest, typename Body, typename StreamVariant>
148void OutgoingHttpMessage<isRequest, Body, StreamVariant>::Clear()
149{
150 ASSERT(!m_SerializationStarted);
151 Base::operator=({});
152}
153
154template<bool isRequest, typename Body, typename StreamVariant>
155void OutgoingHttpMessage<isRequest, Body, StreamVariant>::Flush(boost::asio::yield_context yc, bool finish)

Callers 2

WriteOutgoingMessagesMethod · 0.45
SendJsonErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected