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

Method close_fd

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

Source from the content-addressed store, hash-verified

342}
343
344void socket::close_fd() {
345 if (mFd != -1) {
346 plat_close(mFd);
347 mFd = -1;
348 }
349 mNonBlocking = false;
350}
351
352// ============================================================================
353// acceptor implementation

Callers

nothing calls this directly

Calls 1

plat_closeFunction · 0.85

Tested by

no test coverage detected