(&self)
| 544 | /// Get the config file path. |
| 545 | #[inline] |
| 546 | pub fn config_path(&self) -> PathBuf { |
| 547 | self.dot_dir.join("config.toml") |
| 548 | } |
| 549 | |
| 550 | // ── View pointer (internal state) ─────────────────────────────────── |
| 551 |
no outgoing calls
no test coverage detected