(&self, _database_id: u64)
| 49 | |
| 50 | impl DatabasePriorityResolver for DefaultPriorityResolver { |
| 51 | fn priority_for(&self, _database_id: u64) -> PriorityClass { |
| 52 | PriorityClass::Standard |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | /// A pair of SPSC channels for one Data Plane core, augmented with a |
no outgoing calls
no test coverage detected