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

Method ProjectFile

project.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535ProjectFile::ProjectFile(BNProjectFile* file)
536{
537 m_object = file;
538}
539
540
541Ref<Project> ProjectFile::GetProject() const

Callers 2

backing_fileMethod · 0.80
project_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected