(home: &Path)
| 19 | pub struct KiloIntegration; |
| 20 | |
| 21 | fn kilo_config_dir(home: &Path) -> std::path::PathBuf { |
| 22 | home.join(".config/kilo") |
| 23 | } |
| 24 | |
| 25 | fn kilo_config_path(home: &Path) -> std::path::PathBuf { |
| 26 | kilo_config_dir(home).join("kilo.jsonc") |
no outgoing calls
no test coverage detected