MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / optimized_client

Function optimized_client

core/src/config.cc:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 bool optimized_client()
207 {
208#if 1 // CEF_VERSION_MAJOR == 91
209 return get_config_value_bool("OptimizeClient", true);
210#endif
211 return get_config_value_bool(__func__, true);
212 }
213
214 bool super_potato()
215 {

Calls 1

get_config_value_boolFunction · 0.85

Tested by

no test coverage detected