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

Method SetLocale

libs/search/engine.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void Engine::SetLocale(string const & locale)
127{
128 PostMessage(Message::TYPE_BROADCAST, [locale](Processor & processor) { processor.SetPreferredLocale(locale); });
129}
130
131size_t Engine::GetNumThreads() const
132{

Callers 2

SetPreferredLocaleMethod · 0.45
RegionAddressGetterMethod · 0.45

Calls 1

SetPreferredLocaleMethod · 0.80

Tested by

no test coverage detected