MCPcopy Create free account
hub / github.com/KDAB/GammaRay / contains

Function contains

plugins/quickinspector/quickscenegraphmodel.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template<typename Container, typename Value>
30static bool contains(const Container &c, const Value &v)
31{
32 return c.find(v) != c.cend();
33}
34
35QuickSceneGraphModel::QuickSceneGraphModel(QObject *parent)
36 : ObjectModelBase<QAbstractItemModel>(parent)

Callers 2

populateFromNodeMethod · 0.85
itemForSgNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected