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

Method notify_data_inserted

rust/src/binary_view.rs:237–241  ·  view source on GitHub ↗
(&self, offset: u64, len: usize)

Source from the content-addressed store, hash-verified

235 }
236
237 fn notify_data_inserted(&self, offset: u64, len: usize) {
238 unsafe {
239 BNNotifyDataInserted(self.as_ref().handle, offset, len);
240 }
241 }
242
243 fn notify_data_removed(&self, offset: u64, len: usize) {
244 unsafe {

Callers

nothing calls this directly

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected