Function is_ci::cached

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

Returns true if the current environment is found to probably be a CI environment or service, and caches the result for future calls. If you expect the environment to change, use uncached.