| 134 | bool has_trace() const { return trace_ != nullptr; } |
| 135 | const int32 lineno() const { return trace_->lineno(); } |
| 136 | string file() const { return trace_->file(); } |
| 137 | string function() const { return trace_->function() + suffix_; } |
| 138 | int32 func_start_line() const { return trace_->func_start_line(); } |
| 139 |
no outgoing calls
no test coverage detected