* @brief Returns the path we're bound or connected to */
| 48 | * @brief Returns the path we're bound or connected to |
| 49 | */ |
| 50 | string unix_socket::get_path(void) { return _path; } |
| 51 | } // namespace libsocket |
nothing calls this directly
no outgoing calls
no test coverage detected