MCPcopy Create free account
hub / github.com/apache/brpc / fd

Function fd

src/brpc/socket.h:423–423  ·  view source on GitHub ↗

The file descriptor

Source from the content-addressed store, hash-verified

421
422 // The file descriptor
423 int fd() const { return _fd.load(butil::memory_order_relaxed); }
424
425 // ip/port of the local end of the connection
426 butil::EndPoint local_side() const { return _local_side; }

Callers 5

SetLogOffMethod · 0.85
OnDescriptionMethod · 0.85
StartWriteMethod · 0.85
DoWriteMethod · 0.85
DoReadMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected