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

Method notify_data_written

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

Source from the content-addressed store, hash-verified

229 }
230
231 fn notify_data_written(&self, offset: u64, len: usize) {
232 unsafe {
233 BNNotifyDataWritten(self.as_ref().handle, offset, len);
234 }
235 }
236
237 fn notify_data_inserted(&self, offset: u64, len: usize) {
238 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