Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_sized_layer
Function
is_sized_layer
src/program/gadget.rs:807–809 ·
view source on GitHub ↗
(ty: &str)
Source
from the content-addressed store, hash-verified
805
}
806
807
pub fn is_sized_layer(ty: &str) -> bool {
808
ty.starts_with(
"Sized"
)
809
}
810
811
fn strip_const_pointer(ty: &str) -> &str {
812
let ty = ty
Callers
2
is_sized_array_ty
Function · 0.85
get_pointer_inner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected