Get the config directory path (for configuration files)
(&self)
| 81 | |
| 82 | /// Get the config directory path (for configuration files) |
| 83 | pub fn config_dir(&self) -> &Path { |
| 84 | &self.config_dir |
| 85 | } |
| 86 | |
| 87 | /// Gets the Claude configuration directory path |
| 88 | pub fn claude_config_dir(&self) -> &Path { |
no outgoing calls
no test coverage detected