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

Method name

rust/src/project/file.rs:55–57  ·  view source on GitHub ↗

Get the name of this file

(&self)

Source from the content-addressed store, hash-verified

53
54 /// Get the name of this file
55 pub fn name(&self) -> BnString {
56 unsafe { BnString::from_raw(BNProjectFileGetName(self.handle.as_ptr())) }
57 }
58
59 /// Set the name of this file
60 pub fn set_name<S: BnStrCompatible>(&self, value: S) -> bool {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected