Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_type
Method
get_type
src/ast/kind.rs:25–27 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
23
}
24
25
pub fn get_type(&self) -> Type {
26
self.r#type.clone()
27
}
28
29
pub fn has_params(&self, node: &Node) -> bool {
30
if node.inner.is_empty() {
Callers
13
visit_var_decl
Method · 0.80
get_rvalue
Method · 0.80
create_object_for_call
Method · 0.80
get_var_decl_name
Method · 0.80
get_sized_ty_name
Method · 0.80
get_decl_name
Method · 0.80
is_var_fuzzable
Function · 0.80
create_list_fuzzer_var
Method · 0.80
create_unlimit_list_fuzzer_var
Method · 0.80
make_sized_list_expr_fuzzable
Method · 0.80
make_unlimit_list_expr_fuzzable
Method · 0.80
is_sizeof_expr_of_var
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected