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

Method EnableIndexingOfBookmarksDescriptions

libs/search/processor.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void Processor::EnableIndexingOfBookmarksDescriptions(bool enable)
321{
322 m_bookmarksProcessor.EnableIndexingOfDescriptions(enable);
323}
324
325void Processor::EnableIndexingOfBookmarkGroup(bookmarks::GroupId const & groupId, bool enable)
326{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected