(&self, id: &str)
| 954 | } |
| 955 | |
| 956 | pub(crate) fn user_config_path(&self, id: &str) -> PathBuf { |
| 957 | self.shared_dir(id).join(USER_CONFIG) |
| 958 | } |
| 959 | |
| 960 | pub(crate) fn shared_dir(&self, id: &str) -> PathBuf { |
| 961 | self.config.run_path.join(id).join("shared") |
no test coverage detected