MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / mark_progress_active

Function mark_progress_active

crates/openshell-core/src/progress.rs:27–32  ·  view source on GitHub ↗
(
    metadata: &mut HashMap<String, String, S>,
    step: &'static str,
)

Source from the content-addressed store, hash-verified

25}
26
27pub fn mark_progress_active<S: BuildHasher>(
28 metadata: &mut HashMap<String, String, S>,
29 step: &'static str,
30) {
31 metadata.insert(PROGRESS_ACTIVE_STEP_KEY.to_string(), step.to_string());
32}
33
34pub fn mark_progress_detail<S: BuildHasher>(
35 metadata: &mut HashMap<String, String, S>,

Calls

no outgoing calls

Tested by

no test coverage detected