MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / read_fd

Method read_fd

tests/gtest/gtest-all.cc:8018–8018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8016 DeathTestOutcome outcome() const { return outcome_; }
8017 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
8018 int read_fd() const { return read_fd_; }
8019 void set_read_fd(int fd) { read_fd_ = fd; }
8020 int write_fd() const { return write_fd_; }
8021 void set_write_fd(int fd) { write_fd_ = fd; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected