(&self, tenant_id: u64, index_name: &str, now_ms: u64)
| 109 | } |
| 110 | |
| 111 | pub fn sorted_index_count(&self, tenant_id: u64, index_name: &str, now_ms: u64) -> Option<u32> { |
| 112 | self.sorted_indexes.count(tenant_id, index_name, now_ms) |
| 113 | } |
| 114 | |
| 115 | pub fn sorted_index_score( |
| 116 | &self, |
no test coverage detected