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

Function use_devtools

core/src/config.cc:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 bool use_devtools()
236 {
237#if 1 // CEF_VERSION_MAJOR == 91
238 return true;
239#endif
240 return get_config_value_bool(__func__, false);
241 }
242
243 bool use_riotclient()
244 {

Callers 1

open_devtoolsMethod · 0.85

Calls 1

get_config_value_boolFunction · 0.85

Tested by

no test coverage detected