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

Method name

rust/src/project.rs:97–99  ·  view source on GitHub ↗

Get the name of the project

(&self)

Source from the content-addressed store, hash-verified

95
96 /// Get the name of the project
97 pub fn name(&self) -> BnString {
98 unsafe { BnString::from_raw(BNProjectGetName(self.handle.as_ptr())) }
99 }
100
101 /// Set the name of the project
102 pub fn set_name<S: BnStrCompatible>(&self, value: S) {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected