MCPcopy 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

43using std::string;
44
45unix_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