Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ HasKey
Method
HasKey
libs/map/user_mark_id_storage.cpp:132–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool UserMarkIdStorage::HasKey(std::string const & name)
133
{
134
std::string val;
135
return GetPlatform().GetSecureStorage().Load(name, val);
136
}
137
138
void UserMarkIdStorage::LoadLastBookmarkId()
139
{
Callers
nothing calls this directly
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected