| 176 | |
| 177 | public: |
| 178 | explicit TomlCheckerRoot(const TomlBasicValue &root) : m_root(root) { |
| 179 | } |
| 180 | TomlCheckerRoot(const TomlCheckerRoot &) = delete; |
| 181 | TomlCheckerRoot(TomlCheckerRoot &&) = delete; |
| 182 |
nothing calls this directly
no outgoing calls
no test coverage detected