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

Method resourceExists

Source/Core/CtrlrPanel/CtrlrPanelResourceManager.cpp:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool CtrlrPanelResourceManager::resourceExists(const File &resourceFile)
224{
225 if (getResource (resourceFile.getFileNameWithoutExtension()))
226 {
227 return (true);
228 }
229
230 return (false);
231}
232
233Result CtrlrPanelResourceManager::importResource (const ValueTree &resourceTree)
234{

Callers 1

addResourceFromFileMethod · 0.80

Calls 1

Tested by

no test coverage detected