Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void DialogSocket::sendString(const char* str)
95
{
96
sendBytes(str, (int) std::strlen(str));
97
}
98
99
100
void DialogSocket::sendString(const std::string& str)
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected