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

Function get_const_pointer_inner

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

Source from the content-addressed store, hash-verified

929 }
930
931 pub fn get_const_pointer_inner(ty: &str) -> Option<&str> {
932 if is_const_pointer_ty(ty) {
933 return get_pointer_inner(ty);
934 }
935 None
936 }
937
938 /// Strip all sugars or qualifiers in type declaration. e.g, const aom_codec_iter_t ** => aom_codec_iter_t
939 pub fn get_unsugared_unqualified_type(c_type: &str) -> String {

Callers 1

Calls 2

is_const_pointer_tyFunction · 0.85
get_pointer_innerFunction · 0.85

Tested by

no test coverage detected