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

Method SetServerId

libs/map/bookmark.cpp:335–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void BookmarkCategory::SetServerId(std::string const & serverId)
336{
337 if (m_serverId == serverId)
338 return;
339
340 SetDirty(true /* updateModificationTime */);
341 m_serverId = serverId;
342}
343
344void BookmarkCategory::SetTags(std::vector<std::string> const & tags)
345{

Callers 1

CreateCategoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected