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

Method OnBookmarksDetachedFromGroup

libs/search/engine.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void Engine::OnBookmarksDetachedFromGroup(bookmarks::GroupId const & groupId, vector<bookmarks::Id> const & marks)
195{
196 PostMessage(Message::TYPE_BROADCAST,
197 [groupId, marks](Processor & processor) { processor.OnBookmarksDetachedFromGroup(groupId, marks); });
198}
199
200void Engine::MainLoop(Context & context)
201{

Callers 1

OnBookmarksDetachedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected