MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / writeToDevice

Method writeToDevice

base/poco/Net/src/HTTPStream.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58int HTTPStreamBuf::writeToDevice(const char* buffer, std::streamsize length)
59{
60
61 return _session.write(buffer, length);
62}
63
64
65//

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected