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

Function is_const_pointer_ty

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

Source from the content-addressed store, hash-verified

801 }
802
803 pub fn is_const_pointer_ty(ty: &str) -> bool {
804 ty.starts_with("FuzzConstPointer")
805 }
806
807 pub fn is_sized_layer(ty: &str) -> bool {
808 ty.starts_with("Sized")

Callers 4

is_array_tyFunction · 0.85
is_fuzzable_array_tyFunction · 0.85
get_sized_pointer_innerFunction · 0.85
get_const_pointer_innerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected