MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / sendHttpData

Method sendHttpData

src/StreamClient.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109// ============================================================================
110
111bool StreamClient::sendHttpData(const void *buf, std::size_t len, int flags) {
112 base::MutexLock lock(_mutex);
113 return (_socketClient == nullptr) ? false : _socketClient->sendData(buf, len, flags);
114}
115
116bool StreamClient::writeHttpData(const struct iovec *iov, int iovcnt) {
117 base::MutexLock lock(_mutex);

Callers

nothing calls this directly

Calls 1

sendDataMethod · 0.80

Tested by

no test coverage detected