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

Function plat_shutdown

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

Source from the content-addressed store, hash-verified

72}
73
74int plat_shutdown(int fd, int how) {
75#ifdef FL_IS_WIN
76 return fl::shutdown(fd, how);
77#else
78 return ::shutdown(fd, how);
79#endif
80}
81
82int plat_setsockopt(int fd, int level, int optname, const void *optval,
83 socklen_t optlen) {

Callers 1

shutdownMethod · 0.85

Calls 1

shutdownFunction · 0.50

Tested by

no test coverage detected