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

Method Search

libs/search/engine.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118weak_ptr<ProcessorHandle> Engine::Search(SearchParams params)
119{
120 shared_ptr<ProcessorHandle> handle(new ProcessorHandle());
121 PostMessage(Message::TYPE_TASK, [this, params = std::move(params), handle](Processor & processor)
122 { DoSearch(std::move(params), handle, processor); });
123 return handle;
124}
125
126void Engine::SetLocale(string const & locale)
127{

Callers 1

DoSearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected