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

Method removeLibrary

trunk/win/Source/BT_LibraryManager.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void LibraryManager::removeLibrary(QSharedPointer<Library>& library)
335{
336 removeLibrary(library->getHashKey());
337}
338
339void LibraryManager::removeLibrary(QString& key)
340{

Callers 1

RemoveLibraryFunction · 0.80

Calls 4

getHashKeyMethod · 0.80
findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected