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

Method GetProjectFile

filemetadata.cpp:523–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522
523Ref<ProjectFile> FileMetadata::GetProjectFile() const
524{
525 BNProjectFile* bin = BNGetProjectFile(m_object);
526 if (!bin)
527 return nullptr;
528 return new ProjectFile(bin);
529}
530
531
532SaveSettings::SaveSettings()

Callers 3

AddProjectFolderMethod · 0.80
InitControllerMethod · 0.80
GetPrimaryFilePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected