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

Method getNumResources

Source/Core/CtrlrPanel/CtrlrPanelResourceManager.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int CtrlrPanelResourceManager::getNumResources()
123{
124 return (resources.size());
125}
126
127CtrlrPanelResource *CtrlrPanelResourceManager::getResource (const int resourceIndex)
128{

Callers 3

refreshDynamicDataMethod · 0.80
reloadImportedFontsMethod · 0.80
exportPanelMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected