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

Method delete_user_stack_var

rust/src/medium_level_il/function.rs:143–145  ·  view source on GitHub ↗
(self, offset: i64)

Source from the content-addressed store, hash-verified

141 }
142
143 pub fn delete_user_stack_var(self, offset: i64) {
144 unsafe { BNDeleteUserStackVariable(self.function().handle, offset) }
145 }
146
147 pub fn create_user_var<'a, S: BnStrCompatible, C: Into<Conf<&'a Type>>>(
148 &self,

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected