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

Method save

rust/src/binary_view.rs:152–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

150 fn address_size(&self) -> usize;
151
152 fn save(&self) -> bool {
153 self.as_ref()
154 .parent_view()
155 .map(|view| view.save())
156 .unwrap_or(false)
157 }
158}
159
160#[derive(Debug, Clone)]

Callers

nothing calls this directly

Implementers 2

binary_view.rsrust/src/binary_view.rs
view.rsview/minidump/src/view.rs

Calls 3

mapMethod · 0.80
parent_viewMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected