| 143 | static uint64_t compute_signature(LogFormat *format, char *filename, unsigned int flags); |
| 144 | |
| 145 | inline const char * |
| 146 | get_original_filename() const |
| 147 | { |
| 148 | return m_filename; |
| 149 | } |
| 150 | inline const char * |
| 151 | get_full_filename() const |
| 152 | { |
no outgoing calls
no test coverage detected