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

Function is_sized_array_ty

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

Source from the content-addressed store, hash-verified

842 }
843
844 pub fn is_sized_array_ty(ty: &str) -> bool {
845 if let Some(inner) = get_sized_pointer_inner(ty) {
846 return is_sized_layer(inner);
847 }
848 false
849 }
850
851 pub fn is_integeral_pointer(ty: &str) -> bool {
852 if let Some(inner) = get_pointer_inner(ty) {

Callers 2

Calls 2

get_sized_pointer_innerFunction · 0.85
is_sized_layerFunction · 0.85

Tested by

no test coverage detected