MCPcopy 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
186pub struct OperandExprIter<F: ILFunction + RefCountable>(OperandIter<F>);
187
188impl<F: ILFunction + RefCountable> Iterator for OperandExprIter<F> {
189 type Item = F::Instruction;

Callers 1

exprsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected