Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetStopOnFailure
Method
GetStopOnFailure
Source/cmCTest.cxx:2711–2714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2709
}
2710
2711
bool cmCTest::GetStopOnFailure() const
2712
{
2713
return this->Impl->StopOnFailure;
2714
}
2715
2716
void cmCTest::SetStopOnFailure(bool stop)
2717
{
Callers
1
CheckStopOnFailure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected