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

Method Printable

Source/cmGlobalGenerator.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 std::string Printable() const { return cmJoin(this->PrimaryCommand, " "); }
93 std::string QuotedPrintable() const;
94
95 std::vector<std::string> PrimaryCommand;

Callers 1

BuildMethod · 0.80

Calls 1

cmJoinFunction · 0.70

Tested by

no test coverage detected