MCPcopy Create free account
hub / github.com/dermesser/libsocket / get_path

Method get_path

C++/unixbase.cpp:50–50  ·  view source on GitHub ↗

* @brief Returns the path we're bound or connected to */

Source from the content-addressed store, hash-verified

48 * @brief Returns the path we're bound or connected to
49 */
50string unix_socket::get_path(void) { return _path; }
51} // namespace libsocket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected