Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ getPanelResourcesDir
Method
getPanelResourcesDir
Source/Core/CtrlrPanel/CtrlrPanelFileOperations.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
File CtrlrPanel::getPanelResourcesDir()
65
{
66
return getPanelContentDir().getChildFile(
"resources"
);
67
}
68
69
String CtrlrPanel::getPanelResourcesDirPath()
70
{
Callers
4
moveResources
Method · 0.80
checkMissingResources
Method · 0.80
getSourceFile
Method · 0.80
setSourceFile
Method · 0.80
Calls
1
getChildFile
Method · 0.45
Tested by
no test coverage detected