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

Method id

rust/src/project/file.rs:50–52  ·  view source on GitHub ↗

Get the unique id of this file

(&self)

Source from the content-addressed store, hash-verified

48
49 /// Get the unique id of this file
50 pub fn id(&self) -> BnString {
51 unsafe { BnString::from_raw(BNProjectFileGetId(self.handle.as_ptr())) }
52 }
53
54 /// Get the name of this file
55 pub fn name(&self) -> BnString {

Callers 12

fromMethod · 0.45
with_flag_writeMethod · 0.45
regMethod · 0.45
reg_splitMethod · 0.45
set_regMethod · 0.45
set_reg_splitMethod · 0.45
flagMethod · 0.45
flag_groupMethod · 0.45
set_flagMethod · 0.45
intrinsicMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected