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

Method visisted

src/project_parser.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 bool visisted(const toml::key &ky) const {
136 return m_visited.contains(ky);
137 }
138
139 void check(const tsl::ordered_map<std::string, std::string> &conditions) const {
140 for (const auto &itr : m_v.as_table()) {

Callers 1

ProjectMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected