Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ refreshFiles
Function
refreshFiles
TheForceEngine/TFE_A11y/accessibility.cpp:110–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void refreshFiles()
111
{
112
if (TFE_Settings::getA11ySettings()->captionSystemEnabled())
113
{
114
clearFiles();
115
findFiles();
116
}
117
}
118
119
void clearFiles()
120
{
Callers
1
configA11y
Function · 0.85
Calls
4
getA11ySettings
Function · 0.85
clearFiles
Function · 0.85
findFiles
Function · 0.85
captionSystemEnabled
Method · 0.80
Tested by
no test coverage detected