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

Function plat_recv

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

Source from the content-addressed store, hash-verified

56}
57
58ssize_t plat_recv(int fd, void *buf, size_t len, int flags) {
59#ifdef FL_IS_WIN
60 return fl::recv(fd, buf, len, flags);
61#else
62 return ::recv(fd, buf, len, flags);
63#endif
64}
65
66int plat_close(int fd) {
67#ifdef FL_IS_WIN

Callers 1

read_someMethod · 0.85

Calls 1

recvFunction · 0.50

Tested by

no test coverage detected