| 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 | { |
no outgoing calls
no test coverage detected