| 35 | |
| 36 | pub(crate) fn find_by_id(&self, index: u64) -> Option<&(String, u64)> { |
| 37 | self.cg_by_id.get(&(index as usize)) |
| 38 | } |
| 39 | |
| 40 | pub(crate) fn length(&self) -> usize { |
| 41 | self.length |
| 42 | } |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected