MCPcopy 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
132bool UserMarkIdStorage::HasKey(std::string const & name)
133{
134 std::string val;
135 return GetPlatform().GetSecureStorage().Load(name, val);
136}
137
138void UserMarkIdStorage::LoadLastBookmarkId()
139{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected