Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
pub struct OperandSSAVarIter<F: ILFunction + RefCountable>(OperandPairIter<F>);
221
222
impl<F: ILFunction + RefCountable> Iterator for OperandSSAVarIter<F> {
223
type Item = SSAVariable;
Callers
1
ssa_vars
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected