| 1709 | return m_resolver; |
| 1710 | } |
| 1711 | inline bool operator==(const char* formatSpecifier) { |
| 1712 | return strcmp(m_formatSpecifier, formatSpecifier) == 0; |
| 1713 | } |
| 1714 | |
| 1715 | private: |
| 1716 | const char* m_formatSpecifier; |
nothing calls this directly
no outgoing calls
no test coverage detected