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

Method close

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

Source from the content-addressed store, hash-verified

238}
239
240void socket::close() { close_fd(); }
241
242void socket::shutdown() {
243 if (mFd != -1) {

Callers

nothing calls this directly

Calls 1

plat_closeFunction · 0.85

Tested by

no test coverage detected