Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ty
Function · 0.85
is_fuzzable_array_ty
Function · 0.85
get_sized_pointer_inner
Function · 0.85
get_const_pointer_inner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected