MCPcopy 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_declMethod · 0.80
get_rvalueMethod · 0.80
get_var_decl_nameMethod · 0.80
get_sized_ty_nameMethod · 0.80
get_decl_nameMethod · 0.80
is_var_fuzzableFunction · 0.80
is_sizeof_expr_of_varFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected