MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / is_hq_env

Function is_hq_env

crates/hyperqueue/src/common/env.rs:11–13  ·  view source on GitHub ↗
(name: &BString)

Source from the content-addressed store, hash-verified

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

Callers 2

print_task_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected