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

Method contains

src/project_parser.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 TomlCheckerRoot(TomlCheckerRoot &&) = delete;
182
183 bool contains(const toml::key &ky) {
184 m_visisted.emplace(ky);
185 return m_root.contains(ky);
186 }
187
188 TomlChecker &create(const TomlBasicValue &v) {
189 m_checkers.emplace_back(v);

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected