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

Method Finished

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

Source from the content-addressed store, hash-verified

66
67 void Finish() { m_More = false; }
68 bool Finished() { return !m_More; }
69 void Start() { m_More = true; }
70 DynamicBuffer& Buffer() { return m_Buffer; }
71

Callers 1

FlushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected