Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
static storage::CountryId const GetRootId(JNIEnv * env, jstring root)
104
{
105
return (root ? jni::ToNativeString(env, root) : GetStorage().GetRootId());
106
}
107
} // namespace
108
109
extern
"C"
Callers
7
Java_app_organicmaps_sdk_downloader_MapManager_nativeGetUpdateInfo
Function · 0.85
Java_app_organicmaps_sdk_downloader_MapManager_nativeListItems
Function · 0.85
Java_app_organicmaps_sdk_downloader_MapManager_nativeUpdate
Function · 0.85
Java_app_organicmaps_sdk_downloader_MapManager_nativeCancel
Function · 0.85
ApplyCountriesInMemory
Method · 0.85
OnMapDownloadFinished
Method · 0.85
GetNodeAttrs
Method · 0.85
Calls
2
ToNativeString
Function · 0.85
GetRootId
Method · 0.80
Tested by
no test coverage detected