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

Method ssa_vars

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

Source from the content-addressed store, hash-verified

87 }
88
89 pub fn ssa_vars(self) -> OperandSSAVarIter<F> {
90 OperandSSAVarIter(self.pairs())
91 }
92}
93
94impl<F: ILFunction + RefCountable> Iterator for OperandIter<F> {

Callers 3

liftMethod · 0.45
get_call_output_ssaFunction · 0.45
liftMethod · 0.45

Calls 2

OperandSSAVarIterClass · 0.85
pairsMethod · 0.80

Tested by

no test coverage detected