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

Method getPath

lib/cpp/src/thrift/transport/TSocket.cpp:707–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707std::string TSocket::getPath() const {
708 return path_;
709}
710
711bool TSocket::isUnixDomainSocket() const {
712 return !path_.empty();

Callers 6

setupMethod · 0.45
cleanupMethod · 0.45
writeToMethod · 0.45
handleMethod · 0.45
writeToMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by 4

setupMethod · 0.36
cleanupMethod · 0.36
writeToMethod · 0.36
handleMethod · 0.36