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

Method write_character

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

Source from the content-addressed store, hash-verified

48 ~HttpResponseJsonWriter() override { m_Message.body().Finish(); }
49
50 void write_character(char c) override { write_characters(&c, 1); }
51
52 void write_characters(const char* s, std::size_t length) override
53 {

Callers 2

BeginContainerMethod · 0.45
EndContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected