Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
707
std::string TSocket::getPath() const {
708
return path_;
709
}
710
711
bool TSocket::isUnixDomainSocket() const {
712
return !path_.empty();
Callers
6
setup
Method · 0.45
cleanup
Method · 0.45
writeTo
Method · 0.45
handle
Method · 0.45
writeTo
Method · 0.45
handle
Method · 0.45
Calls
no outgoing calls
Tested by
4
setup
Method · 0.36
cleanup
Method · 0.36
writeTo
Method · 0.36
handle
Method · 0.36