Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ exprs
Method
exprs
rust/src/operand_iter.rs:81–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
}
80
81
pub fn exprs(self) -> OperandExprIter<F> {
82
OperandExprIter(self)
83
}
84
85
pub fn vars(self) -> OperandVarIter<F> {
86
OperandVarIter(self)
Callers
7
lift
Method · 0.80
lift_call
Method · 0.80
lift_call_ssa
Method · 0.80
get_call_params
Function · 0.80
get_call_params_ssa
Function · 0.80
lift_call
Method · 0.80
lift_instruction_list
Method · 0.80
Calls
1
OperandExprIter
Class · 0.85
Tested by
no test coverage detected