MCPcopy Index your code
hub / github.com/Commit-Boost/commit-boost-client / get_env_uval

Function get_env_uval

crates/cli/src/docker_init.rs:595–597  ·  view source on GitHub ↗
(k: &str, v: u64)

Source from the content-addressed store, hash-verified

593}
594
595fn get_env_uval(k: &str, v: u64) -> (String, Option<SingleValue>) {
596 (k.into(), Some(SingleValue::Unsigned(v)))
597}
598
599// fn get_env_bool(k: &str, v: bool) -> (String, Option<SingleValue>) {
600// (k.into(), Some(SingleValue::Bool(v)))

Callers 1

handle_docker_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected