MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator()

Method operator()

kdevplatform/util/tests/test_embeddedfreetree.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 inline bool operator()(const TestItem& item)
345 {
346 s.insert(item.value);
347 return true;
348 }
349};
350
351struct NothingDoVisitor

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected