| 186 | /// ``` |
| 187 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord)] |
| 188 | pub struct TcKey { |
| 189 | pub(crate) ix: usize, |
| 190 | } |
| 191 | |
| 192 | impl TcKey { |
| 193 | pub(crate) fn new(ix: usize) -> TcKey { |
nothing calls this directly
no outgoing calls
no test coverage detected