Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
impl<F: ILFunction + RefCountable> Iterator for OperandIter<F> {
Callers
3
lift
Method · 0.45
get_call_output_ssa
Function · 0.45
lift
Method · 0.45
Calls
2
OperandSSAVarIter
Class · 0.85
pairs
Method · 0.80
Tested by
no test coverage detected