(&self)
| 30 | } |
| 31 | |
| 32 | pub fn is_empty(&self) -> bool { |
| 33 | self.requests.is_empty() |
| 34 | } |
| 35 | |
| 36 | pub fn notify_response(&mut self, path: &CanonicalizedPathBuf, response: &str) { |
| 37 | self.response_data.store(path.clone(), response); |
no outgoing calls
no test coverage detected