| 248 | } |
| 249 | |
| 250 | type Manager struct { |
| 251 | unifiedMountpoint string |
| 252 | path string |
| 253 | } |
| 254 | |
| 255 | func setResources(path string, resources *Resources) error { |
| 256 | if resources != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected