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

Method description

rust/src/project.rs:113–115  ·  view source on GitHub ↗

Get the description of the project

(&self)

Source from the content-addressed store, hash-verified

111
112 /// Get the description of the project
113 pub fn description(&self) -> BnString {
114 unsafe { BnString::from_raw(BNProjectGetDescription(self.handle.as_ptr())) }
115 }
116
117 /// Set the description of the project
118 pub fn set_description<S: BnStrCompatible>(&self, value: S) {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected