MCPcopy Create free account
hub / github.com/apache/thrift / perror

Method perror

lib/cpp/src/thrift/TOutput.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void TOutput::perror(const char* message, int errno_copy) {
105 std::string out = message + std::string(": ") + strerror_s(errno_copy);
106 f_(out.c_str());
107}
108
109std::string TOutput::strerror_s(int errno_copy) {
110#ifdef __ZEPHYR__

Callers 15

LaunchAnonPipeChildFunction · 0.45
isOpenMethod · 0.45
_setup_sockoptsMethod · 0.45
_setup_tcp_sockoptsMethod · 0.45
listenMethod · 0.45
acceptImplMethod · 0.45
fillUnixSocketAddrFunction · 0.45
hasPendingDataToReadMethod · 0.45
peekMethod · 0.45
openConnectionMethod · 0.45
readMethod · 0.45
write_partialMethod · 0.45

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected