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

Method GetTraceExpand

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

Source from the content-addressed store, hash-verified

524 }
525 bool PopTraceCmd();
526 bool GetTraceExpand() const
527 {
528 return this->TraceExpand ||
529 (!this->cmakeLangTraceCmdStack.empty() &&
530 this->cmakeLangTraceCmdStack.top());
531 }
532 void SetTraceExpand(bool b) { this->TraceExpand = b; }
533 TraceFormat GetTraceFormat() const { return this->TraceFormatVar; }
534 void SetTraceFormat(TraceFormat f) { this->TraceFormatVar = f; }

Callers 2

PrintCommandTraceMethod · 0.80
mainFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected