Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_pointer_ty
Function
is_pointer_ty
src/ast/visitor.rs:472–474 ·
view source on GitHub ↗
(ty: &str)
Source
from the content-addressed store, hash-verified
470
}
471
472
fn is_pointer_ty(ty: &str) -> bool {
473
ty.find(
'*'
).is_some() || ty.find(
'['
).is_some()
474
}
475
476
/// get the arg of this call.
477
pub fn get_nth_arg(node: &Node, arg_pos: usize) -> Result<&Node> {
Callers
1
is_var_fuzzable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected