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

Method GetProject

project.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539
540
541Ref<Project> ProjectFile::GetProject() const
542{
543 return new Project(BNProjectFileGetProject(m_object));
544}
545
546
547std::string ProjectFile::GetPathOnDisk() const

Callers 3

AddProjectFolderMethod · 0.45
InitControllerMethod · 0.45
GetPrimaryFilePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected