| 331 | } |
| 332 | |
| 333 | type stubDrive struct { |
| 334 | stubPath string |
| 335 | jail jailer |
| 336 | driveID string |
| 337 | driveMount *proto.FirecrackerDriveMount |
| 338 | } |
| 339 | |
| 340 | func (sd stubDrive) withMountConfig( |
| 341 | hostPath string, |
nothing calls this directly
no outgoing calls
no test coverage detected