(&self)
| 586 | /// Get the config file path. |
| 587 | #[inline] |
| 588 | pub fn config_path(&self) -> PathBuf { |
| 589 | self.dot_dir.join("config.toml") |
| 590 | } |
| 591 | |
| 592 | // ── View pointer (internal state) ─────────────────────────────────── |
| 593 |
no outgoing calls
no test coverage detected