Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_call
Method
is_call
src/ast/helper.rs:125–127 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
123
}
124
125
fn is_call(&self) -> bool {
126
matches!(&self.ignore_cast().kind, Clang::CallExpr(_))
127
}
128
129
fn get_call_name(&self) -> String {
130
if let Clang::CallExpr(ce) = &self.kind {
Callers
2
adg_precall
Method · 0.80
fdsan_precall
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected