| 145 | ~MountInfo() = default; |
| 146 | |
| 147 | [[nodiscard]] int getMountId() const { return mnt_id; } |
| 148 | [[nodiscard]] int getParentId() const { return mnt_parent_id; } |
| 149 | [[nodiscard]] dev_t getDev() const { return dev; } |
| 150 | [[nodiscard]] const std::string& getRoot() const { return root; } |
nothing calls this directly
no outgoing calls
no test coverage detected