Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
namespace
392
{
393
std::string_view GetPostcode(FeatureType & ft)
394
{
395
return ft.GetMetadata(feature::Metadata::FMD_POSTCODE);
396
}
397
} // namespace
398
399
UNIT_CLASS_TEST(TestRawGenerator, Postcode_Relations)
Callers
1
UNIT_CLASS_TEST
Function · 0.85
Calls
1
GetMetadata
Method · 0.45
Tested by
no test coverage detected