Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_call_name
Method
get_call_name
src/program/transform.rs:1257–1259 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1255
}
1256
1257
fn get_call_name(&self) -> &str {
1258
&self.call_name
1259
}
1260
1261
fn get_n_th_call(&self) -> &usize {
1262
&self.n_call
Callers
4
create_unlimit_call_fuzzer_var
Method · 0.45
change_call_arg_fuzzable
Method · 0.45
collect_fuzzable_variants
Method · 0.45
infer_constraints
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected