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

Method is_var_user_defined

rust/src/medium_level_il/function.rs:173–176  ·  view source on GitHub ↗
(&self, var: &Variable)

Source from the content-addressed store, hash-verified

171 }
172
173 pub fn is_var_user_defined(&self, var: &Variable) -> bool {
174 let raw_var = BNVariable::from(var);
175 unsafe { BNIsVariableUserDefined(self.function().handle, &raw_var) }
176 }
177
178 /// Allows the user to specify a PossibleValueSet value for an MLIL
179 /// variable at its definition site.

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected