Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
pub struct OperandPairIter<F: ILFunction + RefCountable>(OperandIter<F>);
170
171
impl<F: ILFunction + RefCountable> Iterator for OperandPairIter<F> {
172
type Item = (u64, u64);
Callers
1
pairs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected