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

Method getPath

YACReaderLibrary/yacreader_libraries.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48QString YACReaderLibraries::getPath(const QString &name) const
49{
50 auto library = std::find_if(libraries.cbegin(), libraries.cend(), [name](const YACReaderLibrary &library) { return library.getName() == name; });
51 return library != libraries.cend() ? library->getPath() : "";
52}
53
54QString YACReaderLibraries::getPath(int id) const
55{

Callers 15

updateIfNeededMethod · 0.80
listLibrariesFunction · 0.80
logSystemAndConfigFunction · 0.80
startUpdateMethod · 0.80
getComicInfoMethod · 0.80
getSiblingsMethod · 0.80
getFolderNameMethod · 0.80

Calls 3

getLegacyIdMethod · 0.80
getNameMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected