MCPcopy Create free account
hub / github.com/bumptop/BumpTop / getLibraries

Method getLibraries

trunk/win/Source/BT_LibraryManager.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438const QList< QSharedPointer<Library> > LibraryManager::getLibraries() const
439{
440 return _libraries.values();
441}
442
443QSharedPointer<Library> LibraryManager::getLibraryByKey(QString &key) const
444{

Callers 3

updateMethod · 0.80
CleanUpSceneFilesFunction · 0.80
initMethod · 0.80

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected