MCPcopy Create free account
hub / github.com/FastLED/FastLED / is_open

Method is_open

src/fl/stl/asio/ip/tcp.cpp.hpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool socket::is_open() const { return mFd != -1; }
176
177error_code socket::connect(const endpoint &ep) {
178 // Clean up existing

Callers 9

disconnectMethod · 0.45
sendMethod · 0.45
recvMethod · 0.45
updateMethod · 0.45
platformConnectMethod · 0.45
isSocketConnectedMethod · 0.45
sendMethod · 0.45
recvMethod · 0.45
isSocketConnectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected