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

Class OperandSSAVarIter

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

Source from the content-addressed store, hash-verified

218}
219
220pub struct OperandSSAVarIter<F: ILFunction + RefCountable>(OperandPairIter<F>);
221
222impl<F: ILFunction + RefCountable> Iterator for OperandSSAVarIter<F> {
223 type Item = SSAVariable;

Callers 1

ssa_varsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected