Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ Write
Method
Write
extra/yassl/src/yassl.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
145
int Client::Write(const void* buffer, int sz)
146
{
147
return sendData(*pimpl_->base_.ssl_, buffer, sz);
148
}
149
150
151
int Client::Read(void* buffer, int sz)
Callers
nothing calls this directly
Calls
1
sendData
Function · 0.85
Tested by
no test coverage detected