Function is_ci::uncached

source ยท
pub fn uncached() -> bool
Expand description

Returns true if the current environment is found to probably be a CI environment or service. If you expect to call this multiple times without the environment changing, use cached.