(&self)
| 639 | /// Get the config file path. |
| 640 | #[inline] |
| 641 | pub fn config_path(&self) -> PathBuf { |
| 642 | self.dot_dir.join("config.toml") |
| 643 | } |
| 644 | |
| 645 | // ── View pointer (internal state) ─────────────────────────────────── |
| 646 |
no outgoing calls
no test coverage detected