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

Method GetTraceFormat

Source/cmake.h:533–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532 void SetTraceExpand(bool b) { this->TraceExpand = b; }
533 TraceFormat GetTraceFormat() const { return this->TraceFormatVar; }
534 void SetTraceFormat(TraceFormat f) { this->TraceFormatVar = f; }
535 void AddTraceSource(std::string const& file)
536 {

Callers 2

PrintCommandTraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected