Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
bool socket::is_open() const { return mFd != -1; }
176
177
error_code socket::connect(const endpoint &ep) {
178
// Clean up existing
Callers
9
disconnect
Method · 0.45
send
Method · 0.45
recv
Method · 0.45
update
Method · 0.45
platformConnect
Method · 0.45
isSocketConnected
Method · 0.45
send
Method · 0.45
recv
Method · 0.45
isSocketConnected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected