pub fn explicit_instance_pipe(
user_sid_hash: &str,
name: &str,
) -> Result<PipePath, PipePathError>Expand description
Compute the explicit-instance broker pipe address.
name must match [a-z0-9-]{1,64} and is otherwise unrestricted.
Used for tests and multi-instance dev setups.