MCPcopy 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
60void NativeHttpClient::disconnect() {
61 if (mSocket.is_open()) {
62 platformDisconnect();
63 mConnection.disconnect();
64 }
65}
66
67void NativeHttpClient::close() {
68 disconnect();

Callers

nothing calls this directly

Calls 1

is_openMethod · 0.45

Tested by

no test coverage detected