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

Method exists_on_disk

rust/src/project/file.rs:45–47  ·  view source on GitHub ↗

Check if this file's contents exist on disk

(&self)

Source from the content-addressed store, hash-verified

43
44 /// Check if this file's contents exist on disk
45 pub fn exists_on_disk(&self) -> bool {
46 unsafe { BNProjectFileExistsOnDisk(self.handle.as_ptr()) }
47 }
48
49 /// Get the unique id of this file
50 pub fn id(&self) -> BnString {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected