MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / getFlameAPIKey

Method getFlameAPIKey

launcher/Application.cpp:1911–1919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909}
1910
1911QString Application::getFlameAPIKey()
1912{
1913 QString keyOverride = m_settings->get("FlameKeyOverride").toString();
1914 if (!keyOverride.isEmpty()) {
1915 return keyOverride;
1916 }
1917
1918 return BuildConfig.FLAME_API_KEY;
1919}
1920
1921QString Application::getModrinthAPIToken()
1922{

Callers 1

headersMethod · 0.80

Calls 3

toStringMethod · 0.45
getMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected