Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ForOriginalAndSynonyms
Method
ForOriginalAndSynonyms
libs/search/query_params.hpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
template <typename Fn>
38
void ForOriginalAndSynonyms(Fn && fn) const
39
{
40
fn(m_original);
41
ForEachSynonym(std::forward<Fn>(fn));
42
}
43
44
template <typename Fn>
45
bool AnyOfSynonyms(Fn && fn) const
Callers
2
MatchPostcodesInTrie
Function · 0.80
GetTopLocalities
Method · 0.80
Calls
no outgoing calls
Tested by
1
GetTopLocalities
Method · 0.64