Skip to main content

socket_path

Function socket_path 

Source
pub fn socket_path() -> PathBuf
Expand description

Resolve the socket path. Override with KINTSUGI_SOCKET (handy in tests).

On Unix this is a filesystem path under $XDG_RUNTIME_DIR (falling back to the temp dir). On Windows a namespaced pipe name is used instead.