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

Class THRIFT_STAT

lib/cpp/src/thrift/transport/TNonblockingServerSocket.cpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 if (f_attrib == INVALID_FILE_ATTRIBUTES) {
174#else
175 struct THRIFT_STAT path_info;
176 if (::THRIFT_STAT(path_.c_str(), &path_info) < 0) {
177#endif
178 const std::string vError = "TNonblockingServerSocket::isOpen(): The domain socket path '" + path_ + "' does not exist (yet).";

Callers 1

isOpenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected