(&self, index: SboxFd)
| 58 | #[pure] |
| 59 | #[requires (index < MAX_SBOX_FDS )] |
| 60 | pub fn lookup(&self, index: SboxFd) -> RuntimeResult<HostFd> { |
| 61 | vec_checked_lookup(&self.m, index) |
| 62 | } |
| 63 | |
| 64 | #[with_ghost_var(trace: &Trace)] |
| 65 | #[external_calls(vec_checked_lookup)] |
no test coverage detected