Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_base_expr
Method
get_base_expr
src/ast/kind.rs:706–708 ·
view source on GitHub ↗
(&self, node: &'a Node)
Source
from the content-addressed store, hash-verified
704
}
705
706
pub fn get_base_expr<
'a>(&self, node: &'
a Node) -> &'a Node {
707
node.inner[0].ignore_cast().ignore_parent()
708
}
709
}
710
711
#[derive(Deserialize, Debug, Clone, Default)]
Callers
1
get_rvalue
Method · 0.80
Calls
2
ignore_parent
Method · 0.80
ignore_cast
Method · 0.80
Tested by
no test coverage detected