MCPcopy 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

liftMethod · 0.80
lift_callMethod · 0.80
lift_call_ssaMethod · 0.80
get_call_paramsFunction · 0.80
get_call_params_ssaFunction · 0.80
lift_callMethod · 0.80
lift_instruction_listMethod · 0.80

Calls 1

OperandExprIterClass · 0.85

Tested by

no test coverage detected