| 266 | } |
| 267 | |
| 268 | type flakeyT struct { |
| 269 | dmflakey.Flakey |
| 270 | |
| 271 | rootDir string |
| 272 | mntOpt string |
| 273 | } |
| 274 | |
| 275 | // RootFS returns root filesystem. |
| 276 | func (f *flakeyT) RootFS() string { |
nothing calls this directly
no outgoing calls
no test coverage detected