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

Method getLibraries

YACReaderLibrary/db_helper.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// server
31
32YACReaderLibraries DBHelper::getLibraries()
33{
34 YACReaderLibraries libraries;
35 libraries.load();
36 return libraries;
37}
38
39QList<LibraryItem *> DBHelper::getFolderSubfoldersFromLibrary(qulonglong libraryId, qulonglong folderId)
40{

Callers 3

logSystemAndConfigFunction · 0.45
startUpdateMethod · 0.45
main.cppFile · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected