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