(&self, target_role: Role, pl: &PRStopAnsPayload)
| 234 | } |
| 235 | |
| 236 | pub async fn pr_stop_ans(&self, target_role: Role, pl: &PRStopAnsPayload) -> Result<()> { |
| 237 | self.response_request(Some(target_role), pl).await |
| 238 | } |
| 239 | |
| 240 | pub async fn home_ns_req( |
| 241 | &self, |
no test coverage detected