Function get_cot_version

pub fn get_cot_version() -> String
Expand description

Get the host computer name

ยงExample

use cot::host::get_host_name;
let host_name = get_host_name();