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

Method TomlChecker

src/project_parser.cpp:74–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected