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

Method exportLibrary

YACReaderLibrary/library_window.cpp:2343–2348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2341}
2342
2343void LibraryWindow::exportLibrary(QString destPath)
2344{
2345 QString currentLibrary = selectedLibrary->currentText();
2346 QString path = LibraryPaths::libraryDataPath(libraries.getPath(currentLibrary));
2347 packageManager->createPackage(path, destPath + "/" + currentLibrary);
2348}
2349
2350void LibraryWindow::importLibrary(QString clc, QString destPath, QString name)
2351{

Callers

nothing calls this directly

Calls 3

currentTextMethod · 0.80
getPathMethod · 0.80
createPackageMethod · 0.80

Tested by

no test coverage detected