Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_call_node
Method
get_call_node
src/program/transform.rs:1253–1255 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1251
}
1252
1253
fn get_call_node(&self) -> &Node {
1254
&self.call_node
1255
}
1256
1257
fn get_call_name(&self) -> &str {
1258
&self.call_name
Callers
1
create_unlimit_call_fuzzer_var
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected