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

Method GetRunStateDestination

Source/cmInstallCommand.cxx:2700–2706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2698}
2699
2700std::string Helper::GetRunStateDestination(
2701 cmInstallCommandArguments const* args) const
2702{
2703 return this->GetDestination(args, "CMAKE_INSTALL_RUNSTATEDIR",
2704 this->GetLocalStateDestination(nullptr) +
2705 "/run");
2706}
2707
2708std::string Helper::GetDataRootDestination(
2709 cmInstallCommandArguments const* args) const

Callers 1

GetDestinationForTypeMethod · 0.95

Calls 2

GetDestinationMethod · 0.95

Tested by

no test coverage detected