(&self)
| 1136 | } |
| 1137 | |
| 1138 | pub fn app_compose(&self) -> Result<AppCompose> { |
| 1139 | let compose_file = self.app_compose_path(); |
| 1140 | let compose: AppCompose = serde_json::from_str(&fs::read_to_string(compose_file)?)?; |
| 1141 | Ok(compose) |
| 1142 | } |
| 1143 | } |
no test coverage detected