Get workspace-scoped path resolver
(&self)
| 214 | |
| 215 | /// Get workspace-scoped path resolver |
| 216 | pub fn workspace(&self) -> WorkspacePaths<'_> { |
| 217 | WorkspacePaths { os: self.os } |
| 218 | } |
| 219 | |
| 220 | /// Get global-scoped path resolver |
| 221 | pub fn global(&self) -> GlobalPaths<'_> { |
no outgoing calls
no test coverage detected