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

Method sendString

base/poco/Net/src/DialogSocket.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void DialogSocket::sendString(const char* str)
95{
96 sendBytes(str, (int) std::strlen(str));
97}
98
99
100void DialogSocket::sendString(const std::string& str)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected