Function get_known_host_id

pub fn get_known_host_id() -> String
Expand description

Get the host computer name and user as user@host

ยงExample

use cot::host::get_known_host_id;
let host_id = get_known_host_id();