(&self)
| 1333 | #[async_trait::async_trait] |
| 1334 | impl ContextProvider for MockContextProvider { |
| 1335 | fn name(&self) -> &str { |
| 1336 | &self.name |
| 1337 | } |
| 1338 | |
| 1339 | async fn query(&self, _query: &ContextQuery) -> anyhow::Result<ContextResult> { |
| 1340 | let mut result = ContextResult::new(&self.name); |
no outgoing calls
no test coverage detected