MCPcopy Create free account
hub / github.com/YACReader/yacreader / getNames

Method getNames

YACReaderLibrary/yacreader_libraries.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QList<QString> YACReaderLibraries::getNames() const
42{
43 QList<QString> names;
44 std::transform(libraries.cbegin(), libraries.cend(), std::back_inserter(names), [](const YACReaderLibrary &library) { return library.getName(); });
45 return names;
46}
47
48QString YACReaderLibraries::getPath(const QString &name) const
49{

Callers 7

updateIfNeededMethod · 0.80
listLibrariesFunction · 0.80
getLibrariesNamesMethod · 0.80
checkMaxNumLibrariesMethod · 0.80
loadLibrariesMethod · 0.80
renderStatusPageMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected