Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
int CtrlrPanelResourceManager::getNumResources()
123
{
124
return (resources.size());
125
}
126
127
CtrlrPanelResource *CtrlrPanelResourceManager::getResource (const int resourceIndex)
128
{
Callers
3
refreshDynamicData
Method · 0.80
reloadImportedFonts
Method · 0.80
exportPanel
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected