MCPcopy 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
145int Client::Write(const void* buffer, int sz)
146{
147 return sendData(*pimpl_->base_.ssl_, buffer, sz);
148}
149
150
151int Client::Read(void* buffer, int sz)

Callers

nothing calls this directly

Calls 1

sendDataFunction · 0.85

Tested by

no test coverage detected