(ptr: SboxPtr, len: u32)
| 845 | } |
| 846 | #[quickcheck_macros::quickcheck] |
| 847 | fn check_slice_mem_mut(ptr: SboxPtr, len: u32) -> TestResult { |
| 848 | init(); |
| 849 | let mut ctx = fresh_ctx(".".to_string()); |
| 850 | ctx.check_slice_mem_mut_impl(ptr, len) |
| 851 | } |
| 852 | #[quickcheck_macros::quickcheck] |
| 853 | fn check_resolve_path(in_path: Vec<u8>) -> TestResult { |
| 854 | init(); |
nothing calls this directly
no test coverage detected