MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / is_sizeof

Method is_sizeof

src/ast/kind.rs:751–753  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

749
750impl UnaryExprOrTypeTraitExpr {
751 pub fn is_sizeof(&self) -> bool {
752 self.name == "sizeof".into()
753 }
754
755 pub fn get_dre_child_name(&self, node: &Node) -> Option<String> {
756 let mut worklist = WorkList::new();

Callers 1

is_sizeof_expr_of_varFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected