Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dermesser/libsocket
/ unix_socket
Method
unix_socket
C++/unixbase.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
using std::string;
44
45
unix_socket::unix_socket(void) : _path(
""
) {}
46
47
/**
48
* @brief Returns the path we're bound or connected to
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected