(name: &BString)
| 9 | } |
| 10 | |
| 11 | pub fn is_hq_env(name: &BString) -> bool { |
| 12 | name.starts_with(HQ_ENV_PREFIX.as_bytes()) |
| 13 | } |
| 14 | |
| 15 | /// Known environment variables |
| 16 | pub const HQ_JOB_ID: &str = create_hq_env!("JOB_ID"); |
no outgoing calls
no test coverage detected