MCPcopy Create free account
hub / github.com/KDE/kdevelop / toSet

Method toSet

kdevplatform/util/tests/test_embeddedfreetree.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 std::set<uint> toSet() const
177 {
178 std::set<uint> ret;
179
180 for (auto& d : data)
181 if (d.value)
182 ret.insert(d.value);
183
184 return ret;
185 }
186
187 void verify()
188 {

Callers 2

verifyMethod · 0.80
loadDependenciesMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected