Skip to main content

effective_socket_path

Function effective_socket_path 

Source
pub fn effective_socket_path(explicit: Option<&Path>) -> PathBuf
Expand description

Resolve the effective daemon socket path.

Resolution order:

  1. explicit — caller-supplied path (e.g. from --socket flag).
  2. ROOM_SOCKET environment variable.
  3. Platform-native default (room_socket_path()).