| 65 | |
| 66 | const std::string& file() const { return file_; } |
| 67 | int64_t line() const { return line_; } |
| 68 | const std::string& function() const { return function_; } |
| 69 | const std::string& code_text() const { return code_text_; } |
| 70 |
no outgoing calls
no test coverage detected