| 98 | |
| 99 | impl TileCache { |
| 100 | pub fn query(&self, viewport_bounds: &AxisAlignedBbox, cache_key: &CacheKey, max_region_area: u32) -> CacheQuery { |
| 101 | self.0.lock().unwrap().query(viewport_bounds, cache_key, max_region_area) |
| 102 | } |
| 103 |
nothing calls this directly
no outgoing calls
no test coverage detected