MCPcopy Create free account
hub / github.com/3rdparty/libprocess / path

Method path

include/process/address.hpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 std::string path() const
233 {
234 if (sockaddr.un.sun_path[0] == '\0') {
235 return '\0' + std::string(sockaddr.un.sun_path + 1);
236 }
237
238 return std::string(sockaddr.un.sun_path);
239 }
240
241 operator sockaddr_storage() const
242 {

Callers 2

operator==Method · 0.80
address.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected