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

Function TypeToString

Source/CTest/cmCTestUpdateCommand.cxx:44–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44char const* TypeToString(int type)
45{
46 // clang-format off
47 switch (type) {
48 case e_CVS: return "CVS";
49 case e_SVN: return "SVN";
50 case e_BZR: return "BZR";
51 case e_GIT: return "GIT";
52 case e_HG: return "HG";
53 case e_P4: return "P4";
54 default: return "Unknown";
55 }
56 // clang-format on
57}
58
59char const* TypeToCommandKey(int type)
60{

Callers 1

ExecuteUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…