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

Method AddBookmarkResult

libs/search/result.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void Results::AddBookmarkResult(bookmarks::Result const & result)
305{
306 m_bookmarksResults.push_back(result);
307}
308
309void Results::Clear()
310{

Callers 1

SearchMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected