(&self, in_path: Vec<u8>)
| 929 | TestResult::passed() |
| 930 | } |
| 931 | fn check_resolve_path_impl(&self, in_path: Vec<u8>) -> TestResult { |
| 932 | let result = self.resolve_path(in_path); |
| 933 | TestResult::passed() |
| 934 | } |
| 935 | } |
| 936 |
no outgoing calls
no test coverage detected