MCPcopy 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

configA11yFunction · 0.85

Calls 4

getA11ySettingsFunction · 0.85
clearFilesFunction · 0.85
findFilesFunction · 0.85
captionSystemEnabledMethod · 0.80

Tested by

no test coverage detected