MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getFlameAPIKey

Method getFlameAPIKey

launcher/Application.cpp:1624–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624QString Application::getFlameAPIKey()
1625{
1626 QString keyOverride = m_settings->get("FlameKeyOverride").toString();
1627 if (!keyOverride.isEmpty()) {
1628 return keyOverride;
1629 }
1630
1631 return BuildConfig.FLAME_API_KEY;
1632}
1633
1634QString Application::getUserAgent()
1635{

Callers 2

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 3

isEmptyMethod · 0.80
toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected