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

Function sortPlugins

kdevplatform/shell/loadedpluginsdialog.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool sortPlugins(KDevelop::IPlugin* l, KDevelop::IPlugin* r)
44{
45 return displayName(l) < displayName(r);
46}
47
48}
49

Callers

nothing calls this directly

Calls 1

displayNameFunction · 0.85

Tested by

no test coverage detected