| 2120 | |
| 2121 | public: |
| 2122 | explicit DebugEntry(const typename DirDebug::Type* const debugEntry) noexcept : m_debugEntry(debugEntry) |
| 2123 | { |
| 2124 | } |
| 2125 | |
| 2126 | const typename DirDebug::Type* debugEntry() const noexcept |
| 2127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected