MCPcopy Create free account
hub / github.com/comaps/comaps / GetRootId

Function GetRootId

android/sdk/src/main/cpp/app/organicmaps/sdk/MapManager.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103static storage::CountryId const GetRootId(JNIEnv * env, jstring root)
104{
105 return (root ? jni::ToNativeString(env, root) : GetStorage().GetRootId());
106}
107} // namespace
108
109extern "C"

Calls 2

ToNativeStringFunction · 0.85
GetRootIdMethod · 0.80

Tested by

no test coverage detected