Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ disconnect
Method
disconnect
src/fl/stl/asio/http/native_client.cpp.hpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void NativeHttpClient::disconnect() {
61
if (mSocket.is_open()) {
62
platformDisconnect();
63
mConnection.disconnect();
64
}
65
}
66
67
void NativeHttpClient::close() {
68
disconnect();
Callers
nothing calls this directly
Calls
1
is_open
Method · 0.45
Tested by
no test coverage detected