| 49 | size_t size() const { return m_size; } |
| 50 | std::string name() const { return m_name; } |
| 51 | std::string path() const { return m_path; } |
| 52 | bool operator==(const ModuleItem& other) const; |
| 53 | bool operator!=(const ModuleItem& other) const; |
| 54 | bool operator<(const ModuleItem& other) const; |
no outgoing calls
no test coverage detected