MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / write_fd

Method write_fd

rtpose_wrapper/src/gtest/gtest-all.cpp:6545–6545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6543 int read_fd() const { return read_fd_; }
6544 void set_read_fd(int fd) { read_fd_ = fd; }
6545 int write_fd() const { return write_fd_; }
6546 void set_write_fd(int fd) { write_fd_ = fd; }
6547
6548 // Called in the parent process only. Reads the result code of the death

Callers 2

DeathTestAbortFunction · 0.45
AssumeRoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected