Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
541
Ref<Project> ProjectFile::GetProject() const
542
{
543
return new Project(BNProjectFileGetProject(m_object));
544
}
545
546
547
std::string ProjectFile::GetPathOnDisk() const
Callers
3
AddProjectFolder
Method · 0.45
InitController
Method · 0.45
GetPrimaryFilePath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected