MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / write

Method write

src/net/http_response.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace net {
16
17void HttpResponse::write(const char* data, std::size_t length)
18{
19 m_stream->write(data, length);
20}
21
22} // namespace net

Callers 9

log_textFunction · 0.80
CopyRegionMethod · 0.80
swapMethod · 0.80
writeBodyMethod · 0.80
sendMethod · 0.80
write_maskFunction · 0.80
write_stringFunction · 0.80
write_imageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected