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

Method SetPostcode

libs/indexer/feature_data.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void FeatureBuilderParams::SetPostcode(string s)
520{
521 if (!s.empty())
522 m_metadata.Set(Metadata::FMD_POSTCODE, std::move(s));
523}
524
525std::string_view FeatureBuilderParams::GetPostcode() const
526{

Callers 2

OnSaveMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

emptyMethod · 0.45
SetMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.36