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

Method project

rust/src/project/file.rs:31–37  ·  view source on GitHub ↗

Get the project that owns this file

(&self)

Source from the content-addressed store, hash-verified

29
30 /// Get the project that owns this file
31 pub fn project(&self) -> Ref<Project> {
32 unsafe {
33 Project::ref_from_raw(
34 NonNull::new(BNProjectFileGetProject(self.handle.as_ptr())).unwrap(),
35 )
36 }
37 }
38
39 /// Get the path on disk to this file's contents
40 pub fn path_on_disk(&self) -> BnString {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected