realMounter implements mounter and actually does the thing.
| 182 | |
| 183 | // realMounter implements mounter and actually does the thing. |
| 184 | type realMounter struct{} |
| 185 | |
| 186 | var _ mounter = &realMounter{} |
| 187 |
nothing calls this directly
no outgoing calls
no test coverage detected