Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ setPath
Method
setPath
lib/cpp/src/thrift/transport/TSocket.cpp:723–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
void TSocket::setPath(std::string path) {
724
path_ = path;
725
}
726
727
void TSocket::setLinger(bool on, int linger) {
728
lingerOn_ = on;
Callers
3
acceptImpl
Method · 0.45
acceptImpl
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Method · 0.36