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

Method pairs

rust/src/operand_iter.rs:76–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 }
75
76 pub fn pairs(self) -> OperandPairIter<F> {
77 assert_eq!(self.len() % 2, 0);
78 OperandPairIter(self)
79 }
80
81 pub fn exprs(self) -> OperandExprIter<F> {
82 OperandExprIter(self)

Callers 2

ssa_varsMethod · 0.80
liftMethod · 0.80

Calls 1

OperandPairIterClass · 0.85

Tested by

no test coverage detected