| 72 | |
| 73 | public: |
| 74 | TomlChecker(const TomlBasicValue &v, const toml::key &ky) : m_v(toml::find(v, ky)) { |
| 75 | } |
| 76 | explicit TomlChecker(const TomlBasicValue &v) : m_v(v) { |
| 77 | } |
| 78 | TomlChecker(const TomlChecker &) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected