MCPcopy Create free account
hub / github.com/build-cpp/cmkr / TomlCheckerRoot

Method TomlCheckerRoot

src/project_parser.cpp:178–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177 public:
178 explicit TomlCheckerRoot(const TomlBasicValue &root) : m_root(root) {
179 }
180 TomlCheckerRoot(const TomlCheckerRoot &) = delete;
181 TomlCheckerRoot(TomlCheckerRoot &&) = delete;
182

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected