Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ OperandExprIter
Class
OperandExprIter
rust/src/operand_iter.rs:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
pub struct OperandExprIter<F: ILFunction + RefCountable>(OperandIter<F>);
187
188
impl<F: ILFunction + RefCountable> Iterator for OperandExprIter<F> {
189
type Item = F::Instruction;
Callers
1
exprs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected