MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

generator/descriptions_section_builder.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void DescriptionsCollector::operator()(FeatureType & ft, uint32_t featureId)
87{
88 (*this)(ft.GetMetadata().GetWikiURL(), featureId);
89}
90
91void DescriptionsCollector::operator()(std::string const & wikiUrl, uint32_t featureId)
92{

Callers

nothing calls this directly

Calls 9

GetWikiURLMethod · 0.80
GetWikidataIdMethod · 0.80
AddSizeMethod · 0.80
IncPageMethod · 0.80
IncNumberWikidataIdsMethod · 0.80
GetMetadataMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected