(&self)
| 600 | /// Get the config file path. |
| 601 | #[inline] |
| 602 | pub fn config_path(&self) -> PathBuf { |
| 603 | self.dot_dir.join("config.toml") |
| 604 | } |
| 605 | |
| 606 | // ── View pointer (internal state) ─────────────────────────────────── |
| 607 |
no outgoing calls
no test coverage detected