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