(ty: &str)
| 797 | } |
| 798 | |
| 799 | pub fn is_mut_pointer_ty(ty: &str) -> bool { |
| 800 | ty.starts_with("FuzzMutPointer") |
| 801 | } |
| 802 | |
| 803 | pub fn is_const_pointer_ty(ty: &str) -> bool { |
| 804 | ty.starts_with("FuzzConstPointer") |
no outgoing calls
no test coverage detected