| 289 | // Extension trait for AppContext to easily update collection cache |
| 290 | #[allow(unused)] |
| 291 | pub trait CollectionCacheExt { |
| 292 | fn update_collection_for_transaction(&self, name: &str) -> Result<(), WaCustomError>; |
| 293 | |
| 294 | fn update_collection_for_query(&self, name: &str) -> Result<bool, WaCustomError>; |
| 295 | } |
nothing calls this directly
no outgoing calls
no test coverage detected