Clear all paths from the context configuration.
(&mut self)
| 180 | |
| 181 | /// Clear all paths from the context configuration. |
| 182 | pub fn clear(&mut self) { |
| 183 | self.paths.clear(); |
| 184 | } |
| 185 | |
| 186 | /// Get all context files (global + profile-specific). |
| 187 | /// |
no outgoing calls
no test coverage detected