MCPcopy Create free account
hub / github.com/Kitware/CMake / HasErrors

Method HasErrors

Source/cmSystemTools.cxx:1314–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312}
1313
1314bool FileModeGuard::HasErrors() const
1315{
1316 return filepath_.empty();
1317}
1318
1319std::string cmSystemTools::GetRealPathResolvingWindowsSubst(
1320 std::string const& path, std::string* errorMessage)

Callers 5

AdjustRPathELFFunction · 0.45
RemoveRPathELFFunction · 0.45
RemoveRPathXCOFFFunction · 0.45
ActualConfigureMethod · 0.45
BuildMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected