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

Method native_handle

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

Source from the content-addressed store, hash-verified

335bool socket::is_non_blocking() const { return mNonBlocking; }
336
337int socket::native_handle() const { return mFd; }
338
339void socket::assign(int fd) {
340 close_fd();

Callers 4

isSocketConnectedMethod · 0.45
isSocketConnectedMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 2

FL_TEST_FILEFunction · 0.36
FL_TEST_FILEFunction · 0.36