| 98 | inline void clear() { m_children.clear(); } |
| 99 | |
| 100 | [[nodiscard]] FileAccess* getFileInfoA() const { return m_pFileInfoA; } |
| 101 | [[nodiscard]] FileAccess* getFileInfoB() const { return m_pFileInfoB; } |
| 102 | [[nodiscard]] FileAccess* getFileInfoC() const { return m_pFileInfoC; } |
| 103 |
no outgoing calls
no test coverage detected