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

Method id

rust/src/project.rs:87–89  ·  view source on GitHub ↗

Get the unique id of this project

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Get the unique id of this project
87 pub fn id(&self) -> BnString {
88 unsafe { BnString::from_raw(BNProjectGetId(self.handle.as_ptr())) }
89 }
90
91 /// Get the path of the project
92 pub fn path(&self) -> BnString {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected