(sandbox: &DriverSandbox, config: &DockerDriverRuntimeConfig)
| 2125 | } |
| 2126 | |
| 2127 | fn cleanup_sandbox_token_file(sandbox: &DriverSandbox, config: &DockerDriverRuntimeConfig) { |
| 2128 | cleanup_sandbox_token_file_by_id(&sandbox.id, config); |
| 2129 | } |
| 2130 | |
| 2131 | fn cleanup_sandbox_token_file_for_delete( |
| 2132 | sandbox_id: &str, |
no test coverage detected