MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / removeResource

Method removeResource

Source/Core/CtrlrPanel/CtrlrPanelResourceManager.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317Result CtrlrPanelResourceManager::removeResource(CtrlrPanelResource *resourceToRemove)
318{
319 return (removeResource (resources.indexOf(resourceToRemove)));
320}
321
322Result CtrlrPanelResourceManager::removeResource (const int resourceIndex)
323{

Callers 2

addResourceFromFileMethod · 0.80

Calls 7

removeAllInstancesOfMethod · 0.80
panelResourcesChangedMethod · 0.80
indexOfMethod · 0.45
getHashCodeMethod · 0.45
deleteFileMethod · 0.45
getFileMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected