MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / is_mut_pointer_ty

Function is_mut_pointer_ty

src/program/gadget.rs:799–801  ·  view source on GitHub ↗
(ty: &str)

Source from the content-addressed store, hash-verified

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")

Callers 2

is_array_tyFunction · 0.85
get_sized_pointer_innerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected