Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ checkOpenPossible
Method
checkOpenPossible
Source/QtDialog/QCMake.cxx:715–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
}
714
715
void QCMake::checkOpenPossible()
716
{
717
std::string data = this->BinaryDirectory.toStdString();
718
auto possible = this->CMakeInstance->Open(data, cmake::DryRun::Yes);
719
emit openPossible(possible);
720
}
Callers
nothing calls this directly
Calls
1
Open
Method · 0.45
Tested by
no test coverage detected