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

Method description

rust/src/project/file.rs:71–73  ·  view source on GitHub ↗

Get the description of this file

(&self)

Source from the content-addressed store, hash-verified

69
70 /// Get the description of this file
71 pub fn description(&self) -> BnString {
72 unsafe { BnString::from_raw(BNProjectFileGetDescription(self.handle.as_ptr())) }
73 }
74
75 /// Set the description of this file
76 pub fn set_description<S: BnStrCompatible>(&self, value: S) -> bool {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected