MCPcopy 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
1248impl 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

Calls

no outgoing calls

Tested by

no test coverage detected