| 9 | AtomicOrLocked<String> Application::m_EnvironmentId; |
| 10 | |
| 11 | String Application::GetAppEnvironment() |
| 12 | { |
| 13 | Value defaultValue = Empty; |
| 14 | return ScriptGlobal::Get("Environment", &defaultValue); |
| 15 | } |
| 16 | |
| 17 | void Application::SetAppEnvironment(const String& name) |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected