| 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; } |
no test coverage detected