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

Function GetPostcode

generator/generator_tests/raw_generator_test.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391namespace
392{
393std::string_view GetPostcode(FeatureType & ft)
394{
395 return ft.GetMetadata(feature::Metadata::FMD_POSTCODE);
396}
397} // namespace
398
399UNIT_CLASS_TEST(TestRawGenerator, Postcode_Relations)

Callers 1

UNIT_CLASS_TESTFunction · 0.85

Calls 1

GetMetadataMethod · 0.45

Tested by

no test coverage detected