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

Function GetBookmarksDirectory

libs/map/bookmark_helpers.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293} // namespace
294
295std::string GetBookmarksDirectory()
296{
297 return base::JoinPath(GetPlatform().SettingsDir(), "bookmarks");
298}
299
300std::string GetTrashDirectory()
301{

Callers 7

LoadBookmarksMethod · 0.85
UNIT_CLASS_TESTFunction · 0.85
DeleteCategoryFilesFunction · 0.85

Calls 1

JoinPathFunction · 0.85

Tested by 2

UNIT_CLASS_TESTFunction · 0.68
DeleteCategoryFilesFunction · 0.68