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

Method contains

src/project_parser.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 bool contains(const toml::key &ky) {
122 visit(ky);
123 return m_v.contains(ky);
124 }
125
126 const TomlBasicValue &find(const toml::key &ky) {
127 visit(ky);

Callers 8

generate_cmakeFunction · 0.45
optionalMethod · 0.45
visistedMethod · 0.45
checkMethod · 0.45
containsMethod · 0.45
checkMethod · 0.45
ProjectMethod · 0.45
is_root_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected