Get the unique id of this file
(&self)
| 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 { |
no outgoing calls
no test coverage detected