(in_path: Vec<u8>)
| 851 | } |
| 852 | #[quickcheck_macros::quickcheck] |
| 853 | fn check_resolve_path(in_path: Vec<u8>) -> TestResult { |
| 854 | init(); |
| 855 | let mut ctx = fresh_ctx(".".to_string()); |
| 856 | ctx.check_resolve_path_impl(in_path) |
| 857 | } |
| 858 | impl VmCtx { |
| 859 | fn check_memcpy_from_sandbox_impl( |
| 860 | &self, |
nothing calls this directly
no test coverage detected