Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ sendData
Method
sendData
src/fl/net/http/stream_client.cpp.hpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
int HttpStreamClient::sendData(fl::span<const u8> data) {
81
if (!isConnected()) {
82
return -1;
83
}
84
return mNativeClient->send(data);
85
}
86
87
int HttpStreamClient::recvData(fl::span<u8> buffer) {
88
if (!isConnected()) {
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected