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

Method loadLibraries

YACReaderLibrary/library_window.cpp:1857–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857void LibraryWindow::loadLibraries()
1858{
1859 libraries.load();
1860 const auto libraryNames = libraries.getNames();
1861 for (const auto &name : libraryNames)
1862 selectedLibrary->addItem(name, libraries.getPath(name));
1863}
1864
1865void LibraryWindow::saveLibraries()
1866{

Callers

nothing calls this directly

Calls 4

getNamesMethod · 0.80
addItemMethod · 0.80
getPathMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected