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

Method delete_user_var

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

Source from the content-addressed store, hash-verified

166 }
167
168 pub fn delete_user_var(&self, var: &Variable) {
169 let raw_var = BNVariable::from(var);
170 unsafe { BNDeleteUserVariable(self.function().handle, &raw_var) }
171 }
172
173 pub fn is_var_user_defined(&self, var: &Variable) -> bool {
174 let raw_var = BNVariable::from(var);

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected