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

Function is_not_modified_error

crates/openshell-driver-docker/src/lib.rs:3507–3515  ·  view source on GitHub ↗
(err: &BollardError)

Source from the content-addressed store, hash-verified

3505}
3506
3507fn is_not_modified_error(err: &BollardError) -> bool {
3508 matches!(
3509 err,
3510 BollardError::DockerResponseServerError {
3511 status_code: 304,
3512 ..
3513 }
3514 )
3515}
3516
3517fn create_status_from_docker_error(operation: &str, err: BollardError) -> Status {
3518 if matches!(

Callers 3

stop_sandbox_innerMethod · 0.85
resume_sandboxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected