MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / OperandPairIter

Class OperandPairIter

rust/src/operand_iter.rs:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169pub struct OperandPairIter<F: ILFunction + RefCountable>(OperandIter<F>);
170
171impl<F: ILFunction + RefCountable> Iterator for OperandPairIter<F> {
172 type Item = (u64, u64);

Callers 1

pairsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected