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

Function internal_status

crates/openshell-driver-docker/src/lib.rs:3531–3533  ·  view source on GitHub ↗
(operation: &str, err: BollardError)

Source from the content-addressed store, hash-verified

3529}
3530
3531fn internal_status(operation: &str, err: BollardError) -> Status {
3532 Status::internal(format!("{operation} failed: {err}"))
3533}
3534
3535#[cfg(test)]
3536mod tests;

Calls

no outgoing calls

Tested by

no test coverage detected