Skip to main content

socket_path

Function socket_path 

Source
pub fn socket_path(session_key: &str) -> PathBuf
Expand description

Return the Unix socket path for a given session key. Uses first 12 hex chars of the key to stay within macOS SUN_LEN limit (~104 bytes).