Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_arg_pos
Method
get_arg_pos
src/program/transform.rs:1249–1251 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1247
1248
impl FuzzVariant {
1249
fn get_arg_pos(&self) -> &usize {
1250
&self.arg_pos
1251
}
1252
1253
fn get_call_node(&self) -> &Node {
1254
&self.call_node
Callers
2
create_unlimit_call_fuzzer_var
Method · 0.80
change_call_arg_fuzzable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected