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

Method getFlameAPIKey

launcher/Application.cpp:1885–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1883}
1884
1885QString Application::getFlameAPIKey()
1886{
1887 QString keyOverride = m_settings->get("FlameKeyOverride").toString();
1888 if (!keyOverride.isEmpty()) {
1889 return keyOverride;
1890 }
1891
1892 return BuildConfig.FLAME_API_KEY;
1893}
1894
1895QString Application::getModrinthAPIToken()
1896{

Callers 1

headersMethod · 0.80

Calls 3

toStringMethod · 0.45
getMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected